-
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 egui #8577
Update egui #8577
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
7b6de22
to
5907abf
Compare
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12652258851 |
/// # 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?; |
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.
Unrelated diff?
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.
yes, unrelated but I still tripped over it while running tests locally. It's a drive-by fix...
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:
main
insteadOutputCommand
for copying text and opening URL:s emilk/egui#5532 (comment)main
ci