summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-26 04:21:02 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-26 04:21:02 +0100
commita8ceb9469bc54fdffb2a03d6e479c0cf074fe9f5 (patch)
tree92779d439aba766e17a82314143c9e3b0825b3c3 /core/Cargo.toml
parenteae4065300e9997db12268be55eceb4e4c294b1e (diff)
downloadiced-a8ceb9469bc54fdffb2a03d6e479c0cf074fe9f5.tar.gz
iced-a8ceb9469bc54fdffb2a03d6e479c0cf074fe9f5.tar.bz2
iced-a8ceb9469bc54fdffb2a03d6e479c0cf074fe9f5.zip
Propagate `advanced` feature to `iced_core`
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 29a95ad7..32d233ee 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -12,6 +12,7 @@ keywords.workspace = true
[features]
auto-detect-theme = ["dep:dark-light"]
+advanced = []
[dependencies]
bitflags.workspace = true