Merge pull request #2350 from iced-rs/theming-revolutions
Theming Revolutions
This commit is contained in:
commit
eae4065300
33 changed files with 1340 additions and 1053 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue