Update env_logger in integration_wgpu example

This commit is contained in:
Héctor Ramón Jiménez 2023-04-13 05:46:18 +02:00
parent b677345ac1
commit 9410fb9827
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -8,7 +8,7 @@ publish = false
[dependencies]
iced_winit = { path = "../../winit" }
iced_wgpu = { path = "../../wgpu", features = ["webgl"] }
env_logger = "0.8"
env_logger = "0.10"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"