egui/egui_demo_lib
Emil Ernerfeldt 8c4bb0d1d9 refactor: no need to pass Fonts structure to tessellator
This makes the tesselator take only data as argument,
which is a lot nicer.
2021-03-30 21:41:39 +02:00
..
benches refactor: no need to pass Fonts structure to tessellator 2021-03-30 21:41:39 +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.