egui/crates/egui_demo_lib
Emil Ernerfeldt 1bbd5a9fc8
Update puffin to 0.18 (#3600)
THe profiling macros now contain unsafe code (but in a safe way), so
`#[foribd(unsafe)]` had to become `#[deny(unsafe)]`
2023-11-21 17:58:33 +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 Update puffin to 0.18 (#3600) 2023-11-21 17:58:33 +01:00
Cargo.toml Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01: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: