diff options
author | 2024-03-26 04:21:02 +0100 | |
---|---|---|
committer | 2024-03-26 04:21:02 +0100 | |
commit | a8ceb9469bc54fdffb2a03d6e479c0cf074fe9f5 (patch) | |
tree | 92779d439aba766e17a82314143c9e3b0825b3c3 /core/Cargo.toml | |
parent | eae4065300e9997db12268be55eceb4e4c294b1e (diff) | |
download | iced-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.toml | 1 |
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 |