egui
Enable feature:
twill = { version = "0.3", features = ["egui"] }
What you get
- color conversion helpers,
- style integration points for
eguiwidgets, - typed translation from Twill tokens into
eguiprimitives.
Use twill::backends::egui::ToEgui and the frame/color helpers to bridge Style into egui.