Ver código fonte

Update wry to 0.13 (#3336)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Ngo Iok Ui (Wu Yu Wei) 3 anos atrás
pai
commit
343ea3e2e8
2 arquivos alterados com 7 adições e 2 exclusões
  1. 6 0
      .changes/wry-13.md
  2. 1 2
      core/tauri-runtime-wry/Cargo.toml

+ 6 - 0
.changes/wry-13.md

@@ -0,0 +1,6 @@
+---
+"tauri-runtime-wry": patch
+---
+
+Update wry to 0.13.
+

+ 1 - 2
core/tauri-runtime-wry/Cargo.toml

@@ -13,8 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
 readme = "README.md"
 
 [dependencies]
-#wry = { version = "0.12", default-features = false, features = [ "file-drop", "protocol" ] }
-wry = { git = "https://github.com/tauri-apps/wry", rev = "d25273376b88a98f4f92fc378b5aa105f19d602e", default-features = false, features = [ "file-drop", "protocol", "transparent", "fullscreen" ] }
+wry = { version = "0.13", default-features = false, features = [ "file-drop", "protocol" ] }
 tauri-runtime = { version = "0.2.1", path = "../tauri-runtime" }
 tauri-utils = { version = "1.0.0-beta.3", path = "../tauri-utils" }
 uuid = { version = "0.8.2", features = [ "v4" ] }