summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-07 04:05:40 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-07 04:05:40 +0200
commitc9da3a10d9c4fcc9504b25eed873708406e3a9c7 (patch)
treee88ddd243e709995b69841bd9575afcc12f9281a /wgpu/Cargo.toml
parentc9510db551893775d3233340dd114d971e24323a (diff)
downloadiced-c9da3a10d9c4fcc9504b25eed873708406e3a9c7.tar.gz
iced-c9da3a10d9c4fcc9504b25eed873708406e3a9c7.tar.bz2
iced-c9da3a10d9c4fcc9504b25eed873708406e3a9c7.zip
Use `log` crate instead of `dbg!`
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 79661baa..20fe9ae9 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -15,3 +15,4 @@ iced_native = { version = "0.1.0-alpha", path = "../native" }
wgpu = "0.3"
wgpu_glyph = "0.4"
raw-window-handle = "0.1"
+log = "0.4"