mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 09:08:53 +00:00
8ce0e1c520
ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
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
