|
|
@ -32,7 +32,7 @@ serde_repr = "0.1"
|
|
|
|
tauri = { workspace = true, features = ["wry"] }
|
|
|
|
tauri = { workspace = true, features = ["wry"] }
|
|
|
|
|
|
|
|
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
|
|
win7-notifications = { version = "0.4.4", optional = true }
|
|
|
|
win7-notifications = { version = "0.4.5", optional = true }
|
|
|
|
windows-version = { version = "0.1", 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]
|
|
|
|
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
|
|
|