mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-16 01:25:27 +00:00
9 lines
199 B
C++
9 lines
199 B
C++
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
#include "carousel_demo.h"
|
|
|
|
int main()
|
|
{
|
|
MainWindow::create()->run();
|
|
}
|