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

Updating egui and egui_glow to 0.24 #419

Closed
wants to merge 1 commit into from
Closed

Conversation

bagavi
Copy link

@bagavi bagavi commented Nov 29, 2023

  1. Used Rc instead of Arc in Context to make it compatible with egui Change Arc<glow::Context> to Rc<glow::Context> emilk/egui#3598

@bagavi bagavi mentioned this pull request Nov 29, 2023
1. Used Rc instead of Arc in Context to make it compatible with egui emilk/egui#3598
@asny
Copy link
Owner

asny commented Dec 23, 2023

Thanks for the PR! 🙏 And sorry for the late reply. It's very unfortunate that the context is not send+sync anymore in egui since it actually breaks some applications (some frameworks creates the context in another thread). Fortunately, it seems like this change will be reverted in 0.25 emilk/egui#3646 🥳 so I'll close this PR and wait for 0.25 release of egui before updating.

@asny asny closed this Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants