summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-24 02:08:20 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-24 02:08:20 +0100
commite657dc2ecd2ffa72c0abd87f9a59dcc1acbc7083 (patch)
tree1868220077e1b3f9ea57f601be2bd3aaf7def483 /Cargo.toml
parent999ad2d288a9354f045bb2e1b838014b3d302779 (diff)
downloadiced-e657dc2ecd2ffa72c0abd87f9a59dcc1acbc7083.tar.gz
iced-e657dc2ecd2ffa72c0abd87f9a59dcc1acbc7083.tar.bz2
iced-e657dc2ecd2ffa72c0abd87f9a59dcc1acbc7083.zip
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b82c0f67..fdd503c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ highlighter = ["iced_highlighter"]
# Enables experimental multi-window support.
multi-window = ["iced_winit/multi-window"]
# Enables the advanced module
-advanced = []
+advanced = ["iced_widget/advanced"]
# Enables embedding Fira Sans as the default font on Wasm builds
fira-sans = ["iced_renderer/fira-sans"]
# Enables auto-detecting light/dark mode for the built-in theme