-
Notifications
You must be signed in to change notification settings - Fork 373
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 to egui 0.25 and winit 0.29 #4732
Conversation
Updating crates.io index Updating arboard v3.2.0 -> v3.3.0 Updating gethostname v0.2.3 -> v0.3.0 Removing memoffset v0.6.5 Removing nix v0.24.3 Updating x11rb v0.10.1 -> v0.12.0 Updating x11rb-protocol v0.10.0 -> v0.12.0
❯ cargo update -p rfd Updating crates.io index Updating rfd v0.12.0 -> v0.12.1 ❯ cargo update -p ashpd Updating crates.io index Updating ashpd v0.6.2 -> v0.6.8 Adding async-fs v2.1.0 Removing async-global-executor v2.3.1 Adding async-net v2.0.0 Removing async-std v1.12.0 Removing ctor v0.1.26 Adding fastrand v2.0.1 Removing gloo-timers v0.2.6 Removing kv-log-macro v1.0.7 Removing value-bag v1.0.0-alpha.9
Updating crates.io index Removing ahash v0.7.7 Adding allocator-api2 v0.2.16 Updating gpu-descriptor v0.2.3 -> v0.2.4
Updating crates.io index Updating addr2line v0.19.0 -> v0.21.0 Updating backtrace v0.3.67 -> v0.3.69 Updating gimli v0.27.2 -> v0.28.1 Removing miniz_oxide v0.6.2 Updating object v0.30.3 -> v0.32.2
Updating crates.io index Removing minimal-lexical v0.2.1 Removing nom v7.1.3 Updating xcursor v0.3.4 -> v0.3.5
examples no longer animate/request new frames. E.g. check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
let's briefly hold on with this until the release is done :)
What
@Wumpf please test the
re_renderer
examples.There's a bunch of new duplicated dependencies, which sucks. I've tried to ping the maintainers of the offending packages.
Checklist
main
build: app.rerun.ionightly
build: app.rerun.io