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

version updates
This commit is contained in:
Lucas Fernandes Nogueira
2020-06-24 21:48:24 -03:00
committed by GitHub
parent 622e1d52d2
commit 934f84cf56

View File

@@ -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" ]