diff options
author | 2024-03-25 22:21:22 +0100 | |
---|---|---|
committer | 2024-03-25 22:21:22 +0100 | |
commit | eae4065300e9997db12268be55eceb4e4c294b1e (patch) | |
tree | 677326f37ac8bbf922c18369d0f1d4955852fb18 /Cargo.toml | |
parent | a2a8381a49ac2dd1cd65eb382b9ee02bbfa17286 (diff) | |
parent | 74373cb086da6097eae7d2e8bd6348aaf7c43857 (diff) | |
download | iced-eae4065300e9997db12268be55eceb4e4c294b1e.tar.gz iced-eae4065300e9997db12268be55eceb4e4c294b1e.tar.bz2 iced-eae4065300e9997db12268be55eceb4e4c294b1e.zip |
Merge pull request #2350 from iced-rs/theming-revolutions
Theming Revolutions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,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 |