1 | // Copyright © SixtyFPS GmbH <info@slint.dev> |
---|---|
2 | // SPDX-License-Identifier: MIT |
3 | |
4 | #include "carousel_demo.h" |
5 | |
6 | int main() |
7 | { |
8 | MainWindow::create()->run(); |
9 | } |
10 |
1 | // Copyright © SixtyFPS GmbH <info@slint.dev> |
---|---|
2 | // SPDX-License-Identifier: MIT |
3 | |
4 | #include "carousel_demo.h" |
5 | |
6 | int main() |
7 | { |
8 | MainWindow::create()->run(); |
9 | } |
10 |