iced
Enable feature:
twill = { version = "0.3", features = ["iced"] }
What you get
- color/style mapping helpers for
iced, - compatibility with
icedapplication architecture, - typed translation from Twill values into
icedprimitives.
Use twill::backends::iced::ToIced together with the helper functions in this module to feed Style data into your own iced widgets, layouts, and themes.