mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Move all crates into a crates directory (#1940)
This commit is contained in:
16
crates/egui_demo_lib/README.md
Normal file
16
crates/egui_demo_lib/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# [`egui`](https://github.com/emilk/egui) demo library
|
||||
|
||||
[](https://crates.io/crates/egui_demo_lib)
|
||||
[](https://docs.rs/egui_demo_lib)
|
||||
[](https://github.com/rust-secure-code/safety-dance/)
|
||||

|
||||

|
||||
|
||||
This crate contains example code for [`egui`](https://github.com/emilk/egui).
|
||||
|
||||
The demo library is a separate crate for three reasons:
|
||||
|
||||
* To ensure it only uses the public `egui` api.
|
||||
* To remove the amount of code in `egui` proper.
|
||||
* To make it easy for 3rd party egui integrations to use it for tests.
|
||||
- See for instance https://github.com/not-fl3/egui-miniquad/blob/master/examples/demo.rs
|
||||
Reference in New Issue
Block a user