egui/egui_demo_lib
2021-04-01 21:42:45 +02:00
..
benches Clean up benchmarks 2021-04-01 21:42:45 +02:00
src Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
Cargo.toml Clean up dependencies and features flags 2021-03-31 22:53:54 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

egui demo library

this crate contains example code for egui.

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.