From ce74ffc62055501a44ad3e41a3bada8db7a3db6e Mon Sep 17 00:00:00 2001 From: grovesNL Date: Thu, 12 May 2022 11:47:28 -0230 Subject: [PATCH] Use wgpu `main` for now Fixes #8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"