|
@@ -75,8 +75,8 @@ heck = "0.4"
|
|
|
log = "0.4"
|
|
|
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"windows\", target_os = \"macos\"))".dependencies]
|
|
|
-muda = { version = "0.11", default-features = false, features = [ "serde" ] }
|
|
|
-tray-icon = { version = "0.11", default-features = false, features = [ "serde" ], optional = true }
|
|
|
+muda = { version = "0.12", default-features = false, features = [ "serde" ] }
|
|
|
+tray-icon = { version = "0.12", default-features = false, features = [ "serde" ], optional = true }
|
|
|
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
|
|
gtk = { version = "0.18", features = [ "v3_24" ] }
|