mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-12 15:45:24 +00:00
9 lines
156 B
C++
9 lines
156 B
C++
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "carousel_demo.h"
|
|
|
|
int main()
|
|
{
|
|
MainWindow::create()->run();
|
|
}
|