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

Merged
merged 15 commits into from
Jan 7, 2025
Merged

Update egui #8577

merged 15 commits into from
Jan 7, 2025

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Jan 3, 2025

Update to latest egui master

Screenshots had to be updated because a lot of things moved by a pixel (due to egui's improved pixel snapping)

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
2366ef0 https://rerun.io/viewer/pr/8577 +nightly +main

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

@Wumpf Wumpf force-pushed the andreas/egui-update branch from 7b6de22 to 5907abf Compare January 7, 2025 12:16
@Wumpf
Copy link
Member Author

Wumpf commented Jan 7, 2025

@rerun-bot full-check

Copy link

github-actions bot commented Jan 7, 2025

@Wumpf Wumpf marked this pull request as ready for review January 7, 2025 14:47
Cargo.toml Outdated Show resolved Hide resolved
/// # async fn example() -> tokio::io::Result<()> {
/// let viewer = ControlViewer::connect("127.0.0.1:8080").await?;
/// let viewer = ControlViewer::connect("127.0.0.1:8080".to_owned()).await?;
Copy link
Member

Choose a reason for hiding this comment

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

Unrelated diff?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, unrelated but I still tripped over it while running tests locally. It's a drive-by fix...

@Wumpf Wumpf merged commit 8f3bbc2 into main Jan 7, 2025
31 checks passed
@Wumpf Wumpf deleted the andreas/egui-update branch January 7, 2025 15:53
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