Skip to content

Commit 0f90810

Browse files
authored
Create build.rs
1 parent 9a60d65 commit 0f90810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
slint_build::compile("ui/ui.slint").unwrap();
3+
}

0 commit comments

Comments
 (0)