diff options
author | 2024-07-19 19:10:23 +0200 | |
---|---|---|
committer | 2024-09-20 00:14:47 +0200 | |
commit | a5e69cfb5f7856e4d139ef58e5d022b9d408b542 (patch) | |
tree | 27004395eda5917e2a0bb77f440ac05ff8d8352d /Cargo.toml | |
parent | aed9a03e3cc30c68488f6e177e2ea0513e7ffc99 (diff) | |
download | iced-a5e69cfb5f7856e4d139ef58e5d022b9d408b542.tar.gz iced-a5e69cfb5f7856e4d139ef58e5d022b9d408b542.tar.bz2 iced-a5e69cfb5f7856e4d139ef58e5d022b9d408b542.zip |
Update `wgpu` to `22.0`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -148,7 +148,7 @@ cosmic-text = "0.12" dark-light = "1.0" futures = "0.3" glam = "0.25" -glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "ce412b3954118d2a4ae20de2d6959247d6f7ed76" } +glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "0d7ba1bba4dd71eb88d2cface5ce649db2413cb7" } guillotiere = "0.6" half = "2.2" image = { version = "0.24", default-features = false } @@ -181,7 +181,7 @@ wasm-bindgen-futures = "0.4" wasm-timer = "0.2" web-sys = "0.3.69" web-time = "1.1" -wgpu = "0.20.1" +wgpu = "22.0" winapi = "0.3" window_clipboard = "0.4.1" winit = { git = "https://github.com/iced-rs/winit.git", rev = "254d6b3420ce4e674f516f7a2bd440665e05484d" } |