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

source code of slint/examples/carousel/cpp/main.cpp