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

feat: Winit 0.30.0 #1675

Closed
wants to merge 11 commits into from
Closed

Commits on May 31, 2024

  1. build: upgrade winit 0.29.2 → 0.30.0, avoid nontrivial migration

    Co-Authored-By: marc2332 <mespinsanz@gmail.com>
    Co-Authored-By: Marijn Suijten <marijns95@gmail.com>
    3 people committed May 31, 2024
    Configuration menu
    Copy the full SHA
    42a3c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05febd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dabaab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41d2580 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e4d73 View commit details
    Browse the repository at this point in the history
  6. refactor(glutin_examples): switch_render_thread: move event handlin…

    …g to new `App::handle_event`
    ErichDonGubler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    341e841 View commit details
    Browse the repository at this point in the history
  7. refactor(glutin_examples): switch_render_thread: delegate `App::han…

    …dle_event` branches into new `{window,user}_event` handlers
    ErichDonGubler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    29b14da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1711b7 View commit details
    Browse the repository at this point in the history
  9. refactor(glutin_examples): switch_render_thread: migrate from `Even…

    …tLoop::run` to `EventLoop::run_app`
    ErichDonGubler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8afd5f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b12c7ee View commit details
    Browse the repository at this point in the history
  11. feat: add sealed trait GlutinEventLoop to abstract over `{,Active}E…

    …ventLoop` in `winit` 0.30.0
    
    Co-Authored-By: Erich Gubler <erichdongubler@gmail.com>
    marc2332 and ErichDonGubler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bd053c1 View commit details
    Browse the repository at this point in the history