Add support for tauri app

This commit is contained in:
Krishan
2022-04-29 19:52:14 +05:30
commit 7be304362c
33 changed files with 5402 additions and 0 deletions

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

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