summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Malte Veerman <malte.veerman@gmail.com>2020-01-17 20:48:49 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-25 13:27:03 +0100
commit2f695ef9803c9c08f64961f1b9902a661a385160 (patch)
tree1bdac539b758e6c101ffcb7a3312daf42b8b5036 /wgpu/Cargo.toml
parentc0996923c6aab39bb61ca6d3310149c66a73fac8 (diff)
downloadiced-2f695ef9803c9c08f64961f1b9902a661a385160.tar.gz
iced-2f695ef9803c9c08f64961f1b9902a661a385160.tar.bz2
iced-2f695ef9803c9c08f64961f1b9902a661a385160.zip
Updated shaders and removed debug_stub_derive dependency
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index f8b5bb8c..56839cf0 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -22,7 +22,6 @@ glam = "0.8"
font-kit = "0.4"
log = "0.4"
guillotiere = "0.4"
-debug_stub_derive = "0.3"
[dependencies.image]
version = "0.22"