|
@@ -93,7 +93,7 @@ notify-rust = { version = "4.5", default-features = false, features = [ "d" ], o
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
|
|
gtk = { version = "0.15", features = [ "v3_20" ] }
|
|
|
glib = "0.15"
|
|
|
-webkit2gtk = { version = "0.18.2", features = [ "v2_36" ] }
|
|
|
+webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] }
|
|
|
|
|
|
[target."cfg(target_os = \"macos\")".dependencies]
|
|
|
embed_plist = "1.2"
|
|
@@ -129,7 +129,7 @@ default = [ "wry", "compression", "objc-exception" ]
|
|
|
compression = [ "tauri-macros/compression", "tauri-utils/compression" ]
|
|
|
wry = [ "tauri-runtime-wry" ]
|
|
|
objc-exception = [ "tauri-runtime-wry/objc-exception" ]
|
|
|
-linux-protocol-headers = [ "tauri-runtime-wry/linux-headers" ]
|
|
|
+linux-protocol-headers = [ "tauri-runtime-wry/linux-headers", "webkit2gtk/v2_36" ]
|
|
|
isolation = [ "tauri-utils/isolation", "tauri-macros/isolation" ]
|
|
|
custom-protocol = [ "tauri-macros/custom-protocol" ]
|
|
|
updater = [
|