-
Notifications
You must be signed in to change notification settings - Fork 922
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
Outdated err message cites EventLoopBuilderExtUnix::any_thread
#3488
Labels
Comments
This comes up e.g. here: emilk/egui#1489 |
notgull
added a commit
that referenced
this issue
Feb 26, 2024
Tracing is a modern replacement for the log crate that allows for annotating log messages with the function that they come from. cc #3488 Signed-off-by: John Nunley <[email protected]>
notgull
added a commit
that referenced
this issue
Feb 28, 2024
Tracing is a modern replacement for the log crate that allows for annotating log messages with the function that they come from. cc #3488 Signed-off-by: John Nunley <[email protected]>
notgull
added a commit
that referenced
this issue
Feb 29, 2024
Tracing is a modern replacement for the log crate that allows for annotating log messages with the function that they come from. cc #3488 Signed-off-by: John Nunley <[email protected]>
notgull
added a commit
that referenced
this issue
Apr 20, 2024
This replaces a reference to EventLoopBuilderExtUnix in a panic message with EventLoopBuilderExtX11 or EventLoopBuilderExtWayland. Closes #3488 Signed-off-by: John Nunley <[email protected]>
5 tasks
notgull
added a commit
that referenced
this issue
Apr 21, 2024
This replaces a reference to EventLoopBuilderExtUnix in a panic message with EventLoopBuilderExtX11 or EventLoopBuilderExtWayland. Closes #3488 Signed-off-by: John Nunley <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
egui
+winit
I got an error message citingEventLoopBuilderExtUnix::any_thread
. I believe this error message is outdated -- it seemsEventLoopBuilderExtUnix
has been replaced with e.g.EventLoopBuilderExtX11
.The error message
The error message originates from here:
winit/src/platform_impl/linux/mod.rs
Lines 740 to 745 in 6825fed
The text was updated successfully, but these errors were encountered: