mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
9 lines
206 B
Markdown
9 lines
206 B
Markdown
# 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 `egui` API.
|
|
* To remove the amount of code in `egui` proper.
|