Update wgpu to 27
This commit is contained in:
parent
453cedec0d
commit
1d68a54059
3 changed files with 9 additions and 11 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue