From e05a48b439cc2ee87694cb01c936270808214b7a Mon Sep 17 00:00:00 2001 From: grovesNL Date: Mon, 9 May 2022 12:29:37 -0230 Subject: [PATCH] Use override temporarily --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8c0e78..2fa6165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,13 @@ repository = "https://github.com/grovesNL/glyphon" license = "MIT OR Apache-2.0 OR Zlib" [dependencies] -wgpu = { git = "https://github.com/gfx-rs/wgpu/" } +wgpu = "0.12" fontdue = "0.7.2" etagere = "0.2.6" pollster = "0.2.5" [dev-dependencies] winit = "0.26.1" + +[patch.crates-io] +wgpu = { path = "../../wgpu/wgpu" }