mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(deps): update webview2-com to 0.13.0 to fix compilation on windows (#3502)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user