slint/examples/todo/cpp/main.cpp
2024-04-22 13:54:28 +02:00

10 lines
172 B
C++

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
#include "app.h"
int main()
{
auto state = create_ui();
state.mainWindow->run();
}