2021-01-17 13:48:59 +00:00
|
|
|
# egui demo library
|
2020-12-29 12:40:11 +00:00
|
|
|
|
2021-01-17 13:48:59 +00:00
|
|
|
this crate contains example code for egui.
|
2020-12-29 12:40:11 +00:00
|
|
|
|
2021-01-17 13:48:59 +00:00
|
|
|
it is in a separate crate for two reasons:
|
2020-12-29 12:40:11 +00:00
|
|
|
|
2021-01-17 13:48:59 +00:00
|
|
|
* to ensure it only uses the public `egui` api.
|
|
|
|
* to remove the amount of code in `egui` proper.
|