diff options
author | 2020-01-17 20:48:49 +0100 | |
---|---|---|
committer | 2020-02-25 13:27:03 +0100 | |
commit | 2f695ef9803c9c08f64961f1b9902a661a385160 (patch) | |
tree | 1bdac539b758e6c101ffcb7a3312daf42b8b5036 /wgpu/Cargo.toml | |
parent | c0996923c6aab39bb61ca6d3310149c66a73fac8 (diff) | |
download | iced-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.toml | 1 |
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" |