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

Bump winit to 0.30.0 and accesskit to 0.14.0 #4466

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

Conversation

AndriBaal
Copy link

@AndriBaal AndriBaal commented May 6, 2024

Here is a summary of the changes I made:

  • Bump accesskit to version 0.14.0
  • Bump winit to 0.30.0
  • Partially done the glow integration
  • Roughly implemented accesskit
  • Implemented winit / wgpu

Here is a summary of things that need to be done:

  • Integration with glow (have to wait until glutin-winit updates to winit 0.30.0)
  • Not all accesskit_winit::Event are being processed, temporarily I have marked them with todo!() (found in winit_integration.rs)
  • Move from deprecated winit::EventLoop::run_on_demand
  • Documentation and testing
  • Code review

@emilk emilk marked this pull request as draft May 6, 2024 14:27
@emilk emilk added eframe Relates to epi and eframe egui-winit porblems related to winit labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eframe Relates to epi and eframe egui-winit porblems related to winit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to winit 0.30 Update accesskit_winit
2 participants