diff options
author | 2020-01-10 14:39:29 +0100 | |
---|---|---|
committer | 2020-02-25 13:26:33 +0100 | |
commit | 1bcfc9a5cce0b30c3ad9983e407c06e237b491f3 (patch) | |
tree | 38ef141f99d3267b61a70ce6d6a2efad3755c5c3 /wgpu/Cargo.toml | |
parent | 69c81aa50dc30bc7a05df4393e45bc3d478db8b5 (diff) | |
download | iced-1bcfc9a5cce0b30c3ad9983e407c06e237b491f3.tar.gz iced-1bcfc9a5cce0b30c3ad9983e407c06e237b491f3.tar.bz2 iced-1bcfc9a5cce0b30c3ad9983e407c06e237b491f3.zip |
Implemented a texture atlas for images and svgs.
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 1 |
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" |