Use override temporarily
This commit is contained in:
parent
ded1ba3310
commit
e05a48b439
1 changed files with 4 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue