update to wgpu 0.19.0

This commit is contained in:
TheEggShark 2024-01-17 15:00:02 -06:00 committed by Josh Groves
parent 3425efd522
commit 65825aa0d4
2 changed files with 10 additions and 6 deletions

View file

@ -8,7 +8,7 @@ repository = "https://github.com/grovesNL/glyphon"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = "0.18"
wgpu = "0.19"
etagere = "0.2.10"
cosmic-text = "0.10"
lru = "0.12.1"