Pin gfx-memory until allocator issue is fixed
https://github.com/gfx-rs/wgpu-rs/issues/261
This commit is contained in:
parent
26d93004a6
commit
4406494ff3
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ glam = "0.8"
|
||||||
font-kit = "0.6"
|
font-kit = "0.6"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
guillotiere = "0.5"
|
guillotiere = "0.5"
|
||||||
|
# Pin `gfx-memory` until https://github.com/gfx-rs/wgpu-rs/issues/261 is
|
||||||
|
# resolved
|
||||||
|
gfx-memory = "=0.1.1"
|
||||||
|
|
||||||
[dependencies.iced_native]
|
[dependencies.iced_native]
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue