summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r--glow/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index f586d24d..c126a511 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -42,6 +42,10 @@ version = "0.5"
path = "../graphics"
features = ["font-fallback", "font-icons", "opengl"]
+[dependencies.tracing]
+version = "0.1.6"
+optional = true
+
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true