update: tauri support

This commit is contained in:
Henry.Huang
2022-10-11 15:18:49 +08:00
parent f29108aa14
commit 853745587d
22 changed files with 3732 additions and 0 deletions

3
src-tauri/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}