Fix override path

This commit is contained in:
grovesNL 2022-05-09 12:30:28 -02:30
parent e05a48b439
commit 63a1a8f7ce
2 changed files with 7 additions and 77 deletions

View file

@ -17,4 +17,4 @@ pollster = "0.2.5"
winit = "0.26.1"
[patch.crates-io]
wgpu = { path = "../../wgpu/wgpu" }
wgpu = { path = "../wgpu/wgpu" }