From 4406494ff313ce3c884cfb9310a20b257bb2105e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 6 May 2020 00:18:15 +0200 Subject: [PATCH] Pin `gfx-memory` until allocator issue is fixed https://github.com/gfx-rs/wgpu-rs/issues/261 --- wgpu/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 1e50eaa1..612af1ed 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -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"