egui/crates/egui_demo_lib
Emil Ernerfeldt 39271c3adf
CentralPanel: base id on the current viewport (#3593)
This means two `CentralPanel`s in different viewports get different ids,
avoiding id clashes
2023-11-20 21:54:32 +01:00
..
benches Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
data Release 0.23.0 - New image API 2023-09-28 08:44:33 +02:00
src CentralPanel: base id on the current viewport (#3593) 2023-11-20 21:54:32 +01:00
Cargo.toml Release 0.23.0 - New image API 2023-09-28 08:44:33 +02:00
README.md Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00

README.md

egui demo library

Latest version Documentation unsafe forbidden MIT Apache

This crate contains example code for egui.

The demo library is a separate crate for three reasons: