|
@@ -14,7 +14,7 @@ readme = "README.md"
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
#wry = { version = "0.12", default-features = false, features = [ "file-drop", "protocol" ] }
|
|
#wry = { version = "0.12", default-features = false, features = [ "file-drop", "protocol" ] }
|
|
-wry = { git = "https://github.com/tauri-apps/wry", rev = "a3829035a3e49e76db77b0db6924e147831124c7", default-features = false, features = [ "file-drop", "protocol", "transparent", "fullscreen" ] }
|
|
|
|
|
|
+wry = { git = "https://github.com/tauri-apps/wry", rev = "ddb695afda719e8dd32fa584b336b7c9ff574399", default-features = false, features = [ "file-drop", "protocol", "transparent", "fullscreen" ] }
|
|
tauri-runtime = { version = "0.2.1", path = "../tauri-runtime" }
|
|
tauri-runtime = { version = "0.2.1", path = "../tauri-runtime" }
|
|
tauri-utils = { version = "1.0.0-beta.3", path = "../tauri-utils" }
|
|
tauri-utils = { version = "1.0.0-beta.3", path = "../tauri-utils" }
|
|
uuid = { version = "0.8.2", features = [ "v4" ] }
|
|
uuid = { version = "0.8.2", features = [ "v4" ] }
|