chore: init project

This commit is contained in:
GyDi
2021-12-04 14:31:26 +08:00
Unverified
commit 1afaa4c51e
38 changed files with 4617 additions and 0 deletions

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

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