1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00
Files
egui/egui_demo_lib/README.md
2020-12-29 13:40:11 +01:00

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.