From f77ad567eb159983188e12cd23de76cb04f7d035 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Tue, 10 May 2022 09:31:32 -0230 Subject: [PATCH] Remove override --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b5f2e7..5b5aa3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,3 @@ pollster = "0.2.5" [dev-dependencies] winit = "0.26.1" - -[patch.crates-io] -wgpu = { path = "../wgpu/wgpu" }