diff options
author | 2022-12-20 20:41:09 -0800 | |
---|---|---|
committer | 2023-01-09 18:52:38 +0100 | |
commit | 4b6d3797d43acb1d78a292a7ec712a0be7c8f6a2 (patch) | |
tree | 1208a2c5b16a5e67093677df3a2d6bf159bff0f9 /glow/Cargo.toml | |
parent | c5cd236b7380c3689792934aeaecd2942713fa67 (diff) | |
download | iced-4b6d3797d43acb1d78a292a7ec712a0be7c8f6a2.tar.gz iced-4b6d3797d43acb1d78a292a7ec712a0be7c8f6a2.tar.bz2 iced-4b6d3797d43acb1d78a292a7ec712a0be7c8f6a2.zip |
Restructured everything to make profiling a feature of iced_winit.
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 6 |
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] |