Pin gfx-memory until allocator issue is fixed

https://github.com/gfx-rs/wgpu-rs/issues/261
This commit is contained in:
Héctor Ramón Jiménez 2020-05-06 00:18:15 +02:00
parent 26d93004a6
commit 4406494ff3

View File

@ -21,6 +21,9 @@ glam = "0.8"
font-kit = "0.6"
log = "0.4"
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]
version = "0.2"