mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Split out the Egui demo code to new crate egui_demo_lib
This commit is contained in:
8
egui_demo_lib/README.md
Normal file
8
egui_demo_lib/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user