mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
vendor
This commit is contained in:
parent
12163d1338
commit
550b1644cb
363 changed files with 84081 additions and 16 deletions
16
egui/crates/egui_demo_lib/README.md
Normal file
16
egui/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue