slint
Enable feature:
twill = { version = "0.3", features = ["slint"] }
What you get
- direct
Color -> slint::Colorconversion helpers, - integration with Slint property-based styling,
- typed translation from Twill values into
slintprimitives.
Use twill::backends::slint::{ToSlint, SlintColors, SlintSpacing, SlintRadius} to bridge Twill tokens and style values into your own Slint components.