Update to wgpu 0.13

This commit is contained in:
grovesNL 2022-07-13 09:34:49 -02:30 committed by Josh Groves
parent bbc5f18cdd
commit 3c7789cd3b
3 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ repository = "https://github.com/grovesNL/glyphon"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "8e62ca0" }
wgpu = "0.13.1"
fontdue = "0.7.2"
etagere = "0.2.6"