mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
13 lines
336 B
Rust
13 lines
336 B
Rust
/* LICENSE BEGIN
|
|
|
|
This file is part of the Sixty FPS Project
|
|
|
|
Copyright (c) 2020 Olivier Goffart <olivier.goffart@sixtyfps.io>
|
|
Copyright (c) 2020 Simon Hausmann <simon.hausmann@sixtyfps.io>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
LICENSE END */
|
|
fn main() {
|
|
sixtyfps_build::compile("../cpptest/hello.60").unwrap();
|
|
}
|