mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
egui reexports the `epaint` crate both under its original name and under the alias `paint` (for historical reasons)
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.