diff options
author | 2024-11-05 13:32:14 +0100 | |
---|---|---|
committer | 2024-11-05 13:32:14 +0100 | |
commit | ebc4e17ba853616326bd3957e75c3e8053b96513 (patch) | |
tree | 60e05ccb6f4636e2b1c265444da260b9dafb146c /Cargo.toml | |
parent | 50340b4b433abc7461400ce908ab644ab49aee74 (diff) | |
download | iced-ebc4e17ba853616326bd3957e75c3e8053b96513.tar.gz iced-ebc4e17ba853616326bd3957e75c3e8053b96513.tar.bz2 iced-ebc4e17ba853616326bd3957e75c3e8053b96513.zip |
Update `wgpu` to `23.0`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -150,7 +150,7 @@ cosmic-text = "0.12" dark-light = "1.0" futures = "0.3" glam = "0.25" -glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "0d7ba1bba4dd71eb88d2cface5ce649db2413cb7" } +glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "09712a70df7431e9a3b1ac1bbd4fb634096cb3b4" } guillotiere = "0.6" half = "2.2" image = { version = "0.24", default-features = false } @@ -183,7 +183,7 @@ wasm-bindgen-futures = "0.4" wasm-timer = "0.2" web-sys = "0.3.69" web-time = "1.1" -wgpu = "22.0" +wgpu = "23.0" winapi = "0.3" window_clipboard = "0.4.1" winit = { git = "https://github.com/iced-rs/winit.git", rev = "254d6b3420ce4e674f516f7a2bd440665e05484d" } |