Skip to content
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 egui #8577

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Update egui #8577

wants to merge 1 commit into from

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Jan 3, 2025

Update to latest egui master

TODO:

@Wumpf Wumpf added dependencies concerning crates, pip packages etc exclude from changelog PRs with this won't show up in CHANGELOG.md egui Requires egui/eframe work labels Jan 3, 2025
Copy link

github-actions bot commented Jan 3, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
88cbae7 https://rerun.io/viewer/pr/8577 +nightly +main

Note: This comment is updated whenever you push a commit.

Comment on lines -1946 to -1949
// Open all links in a new tab (https://github.com/rerun-io/rerun/issues/4105)
if let Some(open_url) = &mut o.open_url {
open_url.new_tab = true;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Iterate over o.commands here and pattern-match

Comment on lines +669 to +670
// TODO: https://github.com/emilk/egui/pull/5532#issuecomment-2569606449

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Iterate over PlatformOutput::commands and mutate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies concerning crates, pip packages etc egui Requires egui/eframe work exclude from changelog PRs with this won't show up in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants