|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "tauri-runtime-wry"
|
|
|
-version = "0.13.0-alpha.2"
|
|
|
+version = "0.13.0-alpha.3"
|
|
|
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
|
|
categories = [ "gui", "web-programming" ]
|
|
|
license = "Apache-2.0 OR MIT"
|
|
@@ -14,8 +14,8 @@ readme = "README.md"
|
|
|
|
|
|
[dependencies]
|
|
|
wry = { version = "0.27", default-features = false, features = [ "file-drop", "protocol" ] }
|
|
|
-tauri-runtime = { version = "0.13.0-alpha.2", path = "../tauri-runtime" }
|
|
|
-tauri-utils = { version = "2.0.0-alpha.2", path = "../tauri-utils" }
|
|
|
+tauri-runtime = { version = "0.13.0-alpha.3", path = "../tauri-runtime" }
|
|
|
+tauri-utils = { version = "2.0.0-alpha.3", path = "../tauri-utils" }
|
|
|
uuid = { version = "1", features = [ "v4" ] }
|
|
|
rand = "0.8"
|
|
|
raw-window-handle = "0.5"
|