diff options
author | 2023-04-13 05:46:18 +0200 | |
---|---|---|
committer | 2023-04-13 05:46:18 +0200 | |
commit | 9410fb98275fb51f67c55b676d8b37a5197222b3 (patch) | |
tree | f017047d476c765c92ecd863095dfaec2409dd4b /examples | |
parent | b677345ac1b1d087bc7f331c9c8c5be06933ba6e (diff) | |
download | iced-9410fb98275fb51f67c55b676d8b37a5197222b3.tar.gz iced-9410fb98275fb51f67c55b676d8b37a5197222b3.tar.bz2 iced-9410fb98275fb51f67c55b676d8b37a5197222b3.zip |
Update `env_logger` in `integration_wgpu` example
Diffstat (limited to '')
-rw-r--r-- | examples/integration_wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_wgpu/Cargo.toml b/examples/integration_wgpu/Cargo.toml index eaa1df7e..c0e4fd81 100644 --- a/examples/integration_wgpu/Cargo.toml +++ b/examples/integration_wgpu/Cargo.toml @@ -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" |