Use wgpu main for now

Fixes #8
This commit is contained in:
grovesNL 2022-05-12 11:47:28 -02:30
parent a4509a4665
commit ce74ffc620

View file

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