update tauri to cef/wry feature flag removal

This commit is contained in:
Lucas Nogueira
2026-03-11 11:36:00 -03:00
parent c6561ab6b4
commit 8cf1cb9d02
26 changed files with 146 additions and 59 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ url = { version = "2", features = ["serde"] }
serde_repr = "0.1"
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }
tauri = { workspace = true }
[target."cfg(windows)".dependencies]
win7-notifications = { version = "0.4.5", optional = true }