egui/egui_demo_lib
Emil Ernerfeldt 1690db0f0c demo tweaks
2021-01-02 12:00:14 +01:00
..
benches [demo] Move backend into an optional panel of WrapApp 2021-01-02 01:01:01 +01:00
src demo tweaks 2021-01-02 12:00:14 +01:00
Cargo.toml Merge example_web into egui_demo_lib 2021-01-01 17:11:05 +01:00
README.md Split out the Egui demo code to new crate egui_demo_lib 2020-12-29 13:40:11 +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.