mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 09:08:53 +00:00
1bbd5a9fc8
THe profiling macros now contain unsafe code (but in a safe way), so `#[foribd(unsafe)]` had to become `#[deny(unsafe)]`
Example how to use the puffin profiler with an eframe app.
cargo run -p puffin_profiler &
cargo install puffin_viewer
puffin_viewer --url 127.0.0.1:8585
