summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-02 01:24:27 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:22:57 +0100
commit1d0c44fb255f5fbf5a03e7c737e40ab66d39de9e (patch)
tree8cc41f70f935ab332864d3c280f864f0dfc4f505 /wgpu/Cargo.toml
parent032e860f13a562719faf128238abe7ffb7f2a610 (diff)
downloadiced-1d0c44fb255f5fbf5a03e7c737e40ab66d39de9e.tar.gz
iced-1d0c44fb255f5fbf5a03e7c737e40ab66d39de9e.tar.bz2
iced-1d0c44fb255f5fbf5a03e7c737e40ab66d39de9e.zip
Implement basic text caching in `iced_wgpu`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index d29c1129..1a94c6a3 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -34,6 +34,8 @@ guillotiere = "0.6"
futures = "0.3"
bitflags = "1.2"
once_cell = "1.0"
+rustc-hash = "1.1"
+twox-hash = "1.6"
[dependencies.bytemuck]
version = "1.9"