diff options
author | 2023-04-13 06:15:03 +0200 | |
---|---|---|
committer | 2023-04-13 06:15:03 +0200 | |
commit | cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59 (patch) | |
tree | 8113e7980fa54e76d6cb3f7ce8d341b4c619b395 /examples/integration_wgpu/Cargo.toml | |
parent | 2be79d7b6be377c26f2d328058177179377fba46 (diff) | |
parent | db4b899fd215f0607474006a9aef0361e74d481f (diff) | |
download | iced-cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59.tar.gz iced-cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59.tar.bz2 iced-cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59.zip |
Merge pull request #1789 from ElhamAryanpur/master
Update `wgpu` to `0.15`
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" |