-
Notifications
You must be signed in to change notification settings - Fork 31
Update egui to 0.32 #76
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
Conversation
|
@lucasmerlin just a small heads up in case not aware, links are broken after emilk/egui@557bd56 The text turns blue but isn't actually interact-able. Lmk if you are unable to reproduce. (#77) |
|
Ah you're right, it's also broken for us: rerun-io/rerun#9103 (comment) Edit: Edit2: Fix is here: emilk/egui#6905 |
# Conflicts: # egui_commonmark_backend/src/elements.rs # egui_commonmark_backend/src/misc.rs
|
|
|
@lampsitter egui 0.32 is out 🎉 So this can now be merged |
I wanted to patch rerun to the latest egui master, egui_commonmark failed to compile, so here is the fix! I'll convert this to the actual egui update once egui 0.32 is out.