egui/egui_demo_lib
2021-03-30 22:36:45 +02:00
..
benches Optimize tessellator by around 9% 2021-03-30 22:36:45 +02:00
src Deprecate old DragValue constructors in favor of DragValue::new 2021-03-27 16:09:09 +01:00
Cargo.toml Make sure to include license files in the next release 2021-03-09 18:35:13 +01: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.