Update wgpu to 28

This commit is contained in:
Héctor Ramón Jiménez 2026-01-20 02:01:42 +01:00
parent 0e025ed813
commit 3836ca7a17
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ repository = "https://github.com/iced-rs/cryoglyph"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { version = "27", default-features = false, features = ["wgsl"] }
wgpu = { version = "28", default-features = false, features = ["wgsl"] }
etagere = "0.2"
cosmic-text = "0.16"
lru = { version = "0.16", default-features = false }