mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
feat(notifications): use the ligh windows-version crate (#750)
* feat(notifications): use the ligh `windows-version` crate * Update desktop.rs * optional
This commit is contained in:
@@ -32,6 +32,7 @@ notify-rust = "4.5"
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
win7-notifications = { version = "0.3.1", optional = true }
|
||||
windows-version = { version = "0.1", optional = true }
|
||||
|
||||
[features]
|
||||
windows7-compat = [ "win7-notifications" ]
|
||||
windows7-compat = [ "win7-notifications", "windows-version" ]
|
||||
|
||||
Reference in New Issue
Block a user