1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Add inter-linking between different forms of documentations and examples

This commit is contained in:
Emil Ernerfeldt
2021-12-29 21:44:48 +01:00
parent f779e8a346
commit 0960f38552
5 changed files with 15 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
This crate contains example code for [`egui`](https://github.com/emilk/egui).
It is in a separate crate for two reasons:
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 other integrations to use the egui demos a test.