uniffi-rs-fullstack-examples/hello/build.rs

4 lines
80 B
Rust

fn main() {
uniffi_build::generate_scaffolding("./src/hello.udl").unwrap();
}