summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c45b2f5..681aae5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,13 @@ smol = ["iced_futures/smol"]
palette = ["iced_core/palette"]
# Enables querying system information
system = ["iced_winit/system"]
+# Enables chrome traces
+chrome-trace = [
+ "iced_winit/chrome-trace",
+ "iced_glutin?/trace",
+ "iced_wgpu?/tracing",
+ "iced_glow?/tracing",
+]
[badges]
maintenance = { status = "actively-developed" }