summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6110c21..8702fc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,10 @@ categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.85.0"
+[features]
+default = []
+debug = ["iced/debug"]
+
[dependencies]
iced.workspace = true
iced_anim = { git = "https://github.com/pml68/iced_anim", features = ["derive"] }
@@ -44,6 +48,10 @@ windows_exe_info = "0.4"
[profile.dev]
opt-level = 1
+[profile.ci]
+inherits = "dev"
+opt-level = 0
+
[profile.dev.package."*"]
opt-level = 3