fix(deps): use no default features on tauri (#1402)

* Use no default feature on tauri

* Add change file

* typo

* Revert lock file conflict

* Use wry on iOS
This commit is contained in:
Tony
2024-07-30 17:12:24 +08:00
committed by GitHub
parent edf8d84f39
commit e847cedc1f
8 changed files with 48 additions and 11 deletions
+3
View File
@@ -28,6 +28,9 @@ time = { version = "0.3", features = [ "serde", "parsing", "formatting" ] }
url = { version = "2", features = [ "serde" ] }
serde_repr = "0.1"
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }
[target."cfg(windows)".dependencies]
win7-notifications = { version = "0.4.4", optional = true }
windows-version = { version = "0.1", optional = true }