summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-13 05:46:18 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-13 05:46:18 +0200
commit9410fb98275fb51f67c55b676d8b37a5197222b3 (patch)
treef017047d476c765c92ecd863095dfaec2409dd4b /examples
parentb677345ac1b1d087bc7f331c9c8c5be06933ba6e (diff)
downloadiced-9410fb98275fb51f67c55b676d8b37a5197222b3.tar.gz
iced-9410fb98275fb51f67c55b676d8b37a5197222b3.tar.bz2
iced-9410fb98275fb51f67c55b676d8b37a5197222b3.zip
Update `env_logger` in `integration_wgpu` example
Diffstat (limited to 'examples')
-rw-r--r--examples/integration_wgpu/Cargo.toml2
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"