mirror of
https://github.com/emilk/egui.git
synced 2026-07-20 05:28:55 +00:00
480c6db37f
It is what we use for horizontal layouts, and makes sense.
Egui Demo Library
This crate contains example code for Egui.
It is in a separate crate for two reasons:
- To ensure it only uses the public
eguiAPI. - To remove the amount of code in
eguiproper.