update to wgpu 0.20.0 (#93)

This commit is contained in:
EggShark 2024-04-29 10:31:15 -05:00 committed by GitHub
parent 3e281d1828
commit 670140e2a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 14 deletions

View file

@ -8,7 +8,7 @@ repository = "https://github.com/grovesNL/glyphon"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { version = "0.19", default-features = false, features = ["wgsl"] }
wgpu = { version = "0.20", default-features = false, features = ["wgsl"] }
etagere = "0.2.10"
cosmic-text = "0.11"
lru = { version = "0.12.1", default-features = false }
@ -16,5 +16,5 @@ rustc-hash = "1.1"
[dev-dependencies]
winit = { version = "0.29.10", features = ["rwh_05"] }
wgpu = { version = "0.19", default-features = true }
wgpu = { version = "0.20", default-features = true }
pollster = "0.3.0"