mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Point crate repository & homepage urls to their subfolders
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
# egui demo library
|
||||
# [`egui`](https://github.com/emilk/egui) demo library
|
||||
|
||||
this crate contains example code for egui.
|
||||
[](https://crates.io/crates/egui_demo_lib)
|
||||
[](https://docs.rs/egui_demo_lib)
|
||||
[](https://github.com/rust-secure-code/safety-dance/)
|
||||

|
||||

|
||||
|
||||
it is in a separate crate for two reasons:
|
||||
This crate contains example code for [`egui`](https://github.com/emilk/egui).
|
||||
|
||||
* to ensure it only uses the public `egui` api.
|
||||
* to remove the amount of code in `egui` proper.
|
||||
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