summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2755fc8..ba5027d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,7 @@ opengl-bindings = { path = "opengl-bindings" }
[dependencies]
engine = { path = "./engine" }
tracing = { version = "0.1.39", features = ["max_level_trace", "release_max_level_warn"] }
-tracing-log = "0.2.0"
[dependencies.tracing-subscriber]
version = "0.3.17"
-default-features = false
-features = ["std", "ansi", "fmt", "smallvec", "env-filter", "chrono"]
+features = ["env-filter", "chrono", "tracing-log"]