mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
feat: update to tauri 2.12
- (MSRV bump - Android compiler options update - notification plugin windows7 feature deprecation
This commit is contained in:
@@ -47,12 +47,12 @@ serde_repr = "0.1"
|
||||
[target.'cfg(target_os = "ios")'.dependencies]
|
||||
tauri = { workspace = true, features = ["wry"] }
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
win7-notifications = { version = "0.4.5", optional = true }
|
||||
windows-version = { version = "0.1", optional = true }
|
||||
|
||||
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
notify-rust = "4.11"
|
||||
|
||||
[features]
|
||||
windows7-compat = ["win7-notifications", "windows-version"]
|
||||
# Deprecated: tauri 2.12 no longer supports Windows 7, so this feature does nothing.
|
||||
windows7-compat = []
|
||||
# Kept so the implicit features of the removed optional dependencies still resolve.
|
||||
win7-notifications = []
|
||||
windows-version = []
|
||||
|
||||
Reference in New Issue
Block a user