slint/examples/carousel/cpp/main.cpp
2023-06-16 10:55:08 +02:00

9 lines
156 B
C++

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
#include "carousel_demo.h"
int main()
{
MainWindow::create()->run();
}