egui/egui_demo_lib
Emil Ernerfeldt 4808da44a2 Optimize: more inlining and more use of AHashMap
No real gains, but it didn't hurt either
2021-03-31 17:06:12 +02:00
..
benches Optimize: more inlining and more use of AHashMap 2021-03-31 17:06:12 +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.