refactor: wip

This commit is contained in:
GyDi
2022-04-19 01:41:20 +08:00
parent 01dfe83fcd
commit 401e6b5a57
15 changed files with 1799 additions and 804 deletions

View File

@@ -21,6 +21,7 @@ nanoid = "0.4.0"
chrono = "0.4.19"
serde_json = "1.0"
serde_yaml = "0.8"
delay_timer = "0.11.1"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.6", features = ["process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-shadows = { git = "https://github.com/tauri-apps/window-shadows" }
@@ -39,8 +40,8 @@ port_scanner = "0.1.5"
winreg = { version = "0.10", features = ["transactions"] }
[features]
default = [ "custom-protocol" ]
custom-protocol = [ "tauri/custom-protocol" ]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]
verge-dev = []
debug-yml = []