|
@@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
|
|
readme = "README.md"
|
|
readme = "README.md"
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
-wry = { version = "0.22", default-features = false, features = [ "file-drop", "protocol" ] }
|
|
|
|
|
|
+wry = { version = "0.22.4", default-features = false, features = [ "file-drop", "protocol" ] }
|
|
tauri-runtime = { version = "0.12.0", path = "../tauri-runtime" }
|
|
tauri-runtime = { version = "0.12.0", path = "../tauri-runtime" }
|
|
tauri-utils = { version = "1.2.0", path = "../tauri-utils" }
|
|
tauri-utils = { version = "1.2.0", path = "../tauri-utils" }
|
|
uuid = { version = "1", features = [ "v4" ] }
|
|
uuid = { version = "1", features = [ "v4" ] }
|
|
@@ -47,3 +47,4 @@ macos-private-api = [
|
|
objc-exception = [ "wry/objc-exception" ]
|
|
objc-exception = [ "wry/objc-exception" ]
|
|
global-shortcut = [ "tauri-runtime/global-shortcut" ]
|
|
global-shortcut = [ "tauri-runtime/global-shortcut" ]
|
|
clipboard = [ "tauri-runtime/clipboard" ]
|
|
clipboard = [ "tauri-runtime/clipboard" ]
|
|
|
|
+linux-headers = ["wry/linux-headers"]
|