1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/examples/puffin_profiler
Emil Ernerfeldt eca5e6a4d2 Update to Rust 1.65 (#2314)
* Update to Rust 1.65

Because then you can use dynamic linking on Linux

* Fix a bunch of clippy lints

* Update changelogs

* More clippy fixes
2022-11-16 19:08:03 +01:00
..
2022-11-16 19:08:03 +01:00

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