summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-02-28 15:17:16 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-28 15:17:16 +0100
commitbab7dbcaef5d637e6452ef814b78595d9004971c (patch)
treedb82ee28634d499749816f69eaac4f303d088c14 /wgpu/Cargo.toml
parent69c81aa50dc30bc7a05df4393e45bc3d478db8b5 (diff)
parent88d4cd097044077127e1b3aa8fcb04afed185491 (diff)
downloadiced-bab7dbcaef5d637e6452ef814b78595d9004971c.tar.gz
iced-bab7dbcaef5d637e6452ef814b78595d9004971c.tar.bz2
iced-bab7dbcaef5d637e6452ef814b78595d9004971c.zip
Merge pull request #154 from Maldela/atlas
Texture atlas
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 887c2d21..56839cf0 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -21,6 +21,7 @@ raw-window-handle = "0.3"
glam = "0.8"
font-kit = "0.4"
log = "0.4"
+guillotiere = "0.4"
[dependencies.image]
version = "0.22"