summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-06 00:18:15 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-06 00:18:15 +0200
commit4406494ff313ce3c884cfb9310a20b257bb2105e (patch)
tree8f56dd3fd31fe4468e8953b9fe4202a6b3eac26c /wgpu/Cargo.toml
parent26d93004a6a32c31e8825ec18a09063039da232c (diff)
downloadiced-4406494ff313ce3c884cfb9310a20b257bb2105e.tar.gz
iced-4406494ff313ce3c884cfb9310a20b257bb2105e.tar.bz2
iced-4406494ff313ce3c884cfb9310a20b257bb2105e.zip
Pin `gfx-memory` until allocator issue is fixed
https://github.com/gfx-rs/wgpu-rs/issues/261
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"