fix(deps): update webview2-com to 0.13.0 to fix compilation on windows (#3502)

This commit is contained in:
Fabian-Lars
2022-02-18 13:57:55 +01:00
committed by GitHub
parent fce344b90b
commit a7fd9e3f03
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
readme = "README.md"
[dependencies]
wry = { version = "0.13.1", default-features = false, features = [ "file-drop", "protocol" ] }
wry = { version = "0.13.2", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.3.1", path = "../tauri-runtime" }
tauri-utils = { version = "1.0.0-rc.1", path = "../tauri-utils" }
uuid = { version = "0.8.2", features = [ "v4" ] }
@@ -21,7 +21,7 @@ infer = "0.4"
[target."cfg(windows)".dependencies]
ico = "0.1"
webview2-com = "0.11.0"
webview2-com = "0.13.0"
[target."cfg(windows)".dependencies.windows]
version = "0.30.0"

View File

@@ -33,7 +33,7 @@ http-range = "0.1.4"
infer = "0.4"
[target."cfg(windows)".dependencies]
webview2-com = "0.11.0"
webview2-com = "0.13.0"
[target."cfg(windows)".dependencies.windows]
version = "0.30.0"