mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
* Closes part of <https://github.com/emilk/egui/issues/3284> Add a class system toward a CSS-like styling. Widget and Ui can implement the trait `HasClasses` which can be used later by theme engines to compute a style based on the set of classes the component has. --------- Co-authored-by: adrien <221212@umons.ac.be> Co-authored-by: Adrien Zianne <adrien@iq002.ipa.iqrypto.com> Co-authored-by: lucasmerlin <hi@lucasmerlin.me>