diff options
author | 2020-01-10 16:07:09 +0100 | |
---|---|---|
committer | 2020-02-25 13:26:50 +0100 | |
commit | 743637ebda8c3e4ba30f41e755ee1079ee66a86c (patch) | |
tree | dd0ebecf95e407c879e23c1bb7ab671200dd27e6 /wgpu/Cargo.toml | |
parent | 1bcfc9a5cce0b30c3ad9983e407c06e237b491f3 (diff) | |
download | iced-743637ebda8c3e4ba30f41e755ee1079ee66a86c.tar.gz iced-743637ebda8c3e4ba30f41e755ee1079ee66a86c.tar.bz2 iced-743637ebda8c3e4ba30f41e755ee1079ee66a86c.zip |
Merged image and svg texture atlases into one owned by the image pipeline.
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 56839cf0..f8b5bb8c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -22,6 +22,7 @@ glam = "0.8" font-kit = "0.4" log = "0.4" guillotiere = "0.4" +debug_stub_derive = "0.3" [dependencies.image] version = "0.22" |