mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Prefer `core::` over `std::` where either work * Part of https://github.com/emilk/egui/issues/5735
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
