-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Puffin to 0.17; use puffin-egui in examples? #58
Comments
Yeah, if you want a local build that just works, there's a decent chance you could just bump the version number and it would be fine. I just don't like publishing untested code, so I'd really prefer to update the examples first. |
I've rewritten the example to use eframe/egui in this branch https://github.com/aclysma/profiling/tree/new-puffin-example If it passes CI I'll integrate. Latest version of puffin is now 0.18, I also updated to that version. |
Great! Once that's released, I'll be able to update pop-os/cosmic-comp#209. |
1.0.12 has been published |
The latest version of Puffin is now 0.17.
The example uses puffin-imgui, which has been removed (EmbarkStudios/puffin#140) in favor of puffin-egui. So I guess the examples will need to be updated.
The text was updated successfully, but these errors were encountered: