Explorar el Código

fix(tauri) use forked web-view and webview-sys (#713)

version updates
Lucas Fernandes Nogueira hace 5 años
padre
commit
934f84cf56
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      tauri/Cargo.toml

+ 4 - 4
tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "0.6.0"
+version = "0.6.1"
 authors = [
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",
@@ -19,8 +19,8 @@ features = [ "all-api" ]
 [dependencies]
 serde_json = "1.0"
 serde = { version = "1.0", features = [ "derive" ] }
-webview-sys = { git = "https://github.com/tauri-apps/web-view", version = "0.5.0" }
-web-view = { git = "https://github.com/tauri-apps/web-view", version = "0.6.2" }
+tauri-webview-sys = "0.5.0"
+tauri-web-view = "0.6.2"
 tauri_includedir = "0.5.0"
 phf = "0.8.0"
 base64 = "0.12.2"
@@ -46,7 +46,7 @@ serde = { version = "1.0", features = [ "derive" ] }
 
 [features]
 cli = [ "tauri-api/cli" ]
-edge = [ "web-view/edge" ]
+edge = [ "tauri-web-view/edge" ]
 embedded-server = [ "tiny_http" ]
 no-server = [ ]
 all-api = [ "tauri-api/notification" ]