egui/egui_demo_lib
Emil Ernerfeldt 029a85c1fc Move Color32 constants from `mod color` to `struct Color32` 2021-01-02 17:18:41 +01:00
..
benches Add a dummy warm-up frame to the demo app to pre-cache emojis 2021-01-02 14:42:43 +01:00
src Move Color32 constants from `mod color` to `struct Color32` 2021-01-02 17:18:41 +01:00
Cargo.toml [egui_demo_lib] Add missing "serde" feature to egui dependency 2021-01-02 16:48:56 +01:00
README.md Split out the Egui demo code to new crate `egui_demo_lib` 2020-12-29 13:40:11 +01:00

README.md

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.