Backends Overview
Twill core is backend-agnostic.
Adapters convert tokens/styles into framework-specific types.
Supported adapters:
eguiicedslint
Enabling backend features
[dependencies]
twill = { version = "0.3", features = ["egui", "iced", "slint"] }
Backend modules
twill::backends::eguitwill::backends::icedtwill::backends::slint
Common pattern
- Build style/tokens in Twill.
- Convert via backend helper.
- Apply to widgets in that GUI framework.