Update wgpu to 27

This commit is contained in:
Héctor Ramón Jiménez 2025-10-31 14:03:21 +01:00
parent 453cedec0d
commit 1d68a54059
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 9 additions and 11 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 = "26", default-features = false, features = ["wgsl"] }
wgpu = { version = "27", default-features = false, features = ["wgsl"] }
etagere = "0.2"
cosmic-text = "0.14"
lru = { version = "0.16", default-features = false }