feat: initialize Tauri project structure
- Add @tauri-apps/api dependency - Create src-tauri directory with base configuration - Generate Tauri project Rust code framework - Add application icon resources
This commit is contained in:
4
src-tauri/.gitignore
vendored
Normal file
4
src-tauri/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
/gen/schemas
|
||||
Reference in New Issue
Block a user