summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--glow/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index 6c150a74..c126a511 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -8,7 +8,6 @@ license = "MIT AND OFL-1.1"
repository = "https://github.com/iced-rs/iced"
[features]
-trace = ["iced_profiling"]
svg = ["iced_graphics/svg"]
image = ["iced_graphics/image"]
png = ["iced_graphics/png"]
@@ -43,9 +42,8 @@ version = "0.5"
path = "../graphics"
features = ["font-fallback", "font-icons", "opengl"]
-[dependencies.iced_profiling]
-version = "0.1.0"
-path = "../profiling"
+[dependencies.tracing]
+version = "0.1.6"
optional = true
[package.metadata.docs.rs]