restructure

This commit is contained in:
PandaDEV 2024-08-24 16:03:18 +10:00
parent 96f9f475df
commit 266b6ff3e1
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
12 changed files with 158 additions and 103 deletions

View file

@ -10,7 +10,7 @@ rust-version = "1.70"
tauri-build = { version = "2.0.0-rc.6", features = [] }
[dependencies]
tauri = { version = "2.0.0-rc.6", features = ["tray-icon", "image-png"] }
tauri = { version = "2.0.0-rc.6", features = [ "macos-private-api", "tray-icon", "image-png"] }
tauri-plugin-sql = {version = "2.0.0-rc.0", features = ["sqlite"] }
tauri-plugin-autostart = "2.0.0-rc.0"
tauri-plugin-os = "2.0.0-rc.0"
@ -31,6 +31,7 @@ url = "2.5.2"
regex = "1"
sha2 = "0.10.6"
lazy_static = "1.4.0"
time = "0.3"
[features]
custom-protocol = ["tauri/custom-protocol"]