mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-07 21:25:33 +00:00
10 lines
172 B
C++
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();
|
|
}
|