egui/crates/egui_demo_lib
Lucas Meurer 7055141c18
Update failing snapshot tests (#5894)
For some reason the pipeline in https://github.com/emilk/egui/pull/5698
succeeded even though the snapshots should have been updated. This
updates the snapshots.
2025-04-09 12:11:46 +02:00
..
benches Optimize editing long text by caching each paragraph (#5411) 2025-04-01 18:55:39 +02:00
data Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
src Avoid infinite extension of ColorTest inside a Window (#5698) 2025-04-08 11:38:13 +02:00
tests/snapshots Update failing snapshot tests (#5894) 2025-04-09 12:11:46 +02:00
Cargo.toml Optimize editing long text by caching each paragraph (#5411) 2025-04-01 18:55:39 +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: