diff --git a/Cargo.toml b/Cargo.toml index 5b5aa3c..ac8ecf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"