Update env_logger in integration_wgpu example
This commit is contained in:
parent
b677345ac1
commit
9410fb9827
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced_winit = { path = "../../winit" }
|
iced_winit = { path = "../../winit" }
|
||||||
iced_wgpu = { path = "../../wgpu", features = ["webgl"] }
|
iced_wgpu = { path = "../../wgpu", features = ["webgl"] }
|
||||||
env_logger = "0.8"
|
env_logger = "0.10"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue