slint/examples/rustwasmtest/build.rs
Simon Hausmann 82a7c3e070 Change rust-wasm example to use the separate file compilation
This makes it easier to switch on resource embedding then :-)
2020-06-09 22:54:29 +02:00

3 lines
68 B
Rust

fn main() {
sixtyfps_build::compile("src/hello.60").unwrap();
}