upgrade to wgpu 24

This commit is contained in:
Matheus Rangel 2025-01-22 20:26:52 -03:00 committed by Héctor Ramón Jiménez
parent 3c455a9475
commit a6ddf89014
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 13 additions and 12 deletions

View file

@ -7,7 +7,7 @@ repository = "https://github.com/iced-rs/cryoglyph"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { version = "23", default-features = false, features = ["wgsl"] }
wgpu = { version = "24", default-features = false, features = ["wgsl"] }
etagere = "0.2.10"
cosmic-text = "0.12"
lru = { version = "0.12.1", default-features = false }
@ -15,5 +15,5 @@ rustc-hash = "2.0"
[dev-dependencies]
winit = "0.29"
wgpu = "23"
wgpu = "24"
pollster = "0.4"