slint/examples/gallery/main.cpp

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();
}