mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-01 08:07:23 +00:00
9 lines
190 B
C++
9 lines
190 B
C++
// Copyright © SixtyFPS GmbH <info@sixtyfps.io>
|
|
// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
|
|
|
|
#include "gallery.h"
|
|
|
|
int main()
|
|
{
|
|
App::create()->run();
|
|
}
|