1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00
Files
egui/egui_demo_lib
Emil Ernerfeldt 620e43d483 New sleeker visual style
Remove a lot of borders, remove transparency, simplify and unify.
2021-01-15 22:23:08 +01:00
..
2021-01-10 11:43:01 +01:00
2021-01-15 22:23:08 +01:00
2021-01-04 15:52:29 +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.