@@ -23,7 +23,6 @@ features = [
2323 " icon-png" ,
2424 " protocol-asset" ,
2525 " test" ,
26- " dox"
2726]
2827rustdoc-args = [ " --cfg" , " doc_cfg" ]
2928default-target = " x86_64-unknown-linux-gnu"
@@ -73,13 +72,12 @@ ico = { version = "0.3.0", optional = true }
7372http-range = { version = " 0.1.4" , optional = true }
7473
7574[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 ]
76- muda = { version = " 0.8 " , default-features = false }
77- tray-icon = { version = " 0.8 " , default-features = false , optional = true }
75+ muda = { version = " 0.10 " , default-features = false }
76+ tray-icon = { version = " 0.10 " , default-features = false , optional = true }
7877
7978[target ."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))" .dependencies ]
80- gtk = { version = " 0.16" , features = [ " v3_24" ] }
81- glib = " 0.16"
82- webkit2gtk = { version = " 1.1" , features = [ " v2_38" ] }
79+ gtk = { version = " 0.18" , features = [ " v3_24" ] }
80+ webkit2gtk = { version = " =2.0" , features = [ " v2_38" ] }
8381
8482[target ."cfg(target_os = \"macos\")" .dependencies ]
8583embed_plist = " 1.2"
@@ -145,7 +143,6 @@ native-tls = [ "reqwest/native-tls" ]
145143native-tls-vendored = [ " reqwest/native-tls-vendored" ]
146144rustls-tls = [ " reqwest/rustls-tls" ]
147145devtools = [ " tauri-runtime/devtools" , " tauri-runtime-wry/devtools" ]
148- dox = [ " tauri-runtime-wry/dox" ]
149146process-relaunch-dangerous-allow-symlink-macos = [ " tauri-utils/process-relaunch-dangerous-allow-symlink-macos" ]
150147macos-private-api = [
151148 " tauri-runtime/macos-private-api" ,
0 commit comments