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

Update to winit 0.28 #1738

Merged
merged 13 commits into from
May 25, 2023
Merged

Update to winit 0.28 #1738

merged 13 commits into from
May 25, 2023

Commits on May 11, 2023

  1. Update to winit 0.28

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a5fbfe7 View commit details
    Browse the repository at this point in the history
  2. Fix build on linux

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    42671e2 View commit details
    Browse the repository at this point in the history
  3. Fix import path

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    09a2a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6027d7 View commit details
    Browse the repository at this point in the history
  5. Fixup option

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    861a247 View commit details
    Browse the repository at this point in the history
  6. Add unsafe block

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e82ce8d View commit details
    Browse the repository at this point in the history
  7. Allow unsafe code

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    096bcd8 View commit details
    Browse the repository at this point in the history
  8. Bump winit rev

    nicoburns committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ece04c1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Update winit dependency

    hecrj committed May 25, 2023
    Configuration menu
    Copy the full SHA
    60d17d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b924e86 View commit details
    Browse the repository at this point in the history
  3. Introduce window::Level enum

    ... and add `level` field to `window::Settings`
    hecrj committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a7fa7e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0788b9 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary newline

    hecrj committed May 25, 2023
    Configuration menu
    Copy the full SHA
    70fd296 View commit details
    Browse the repository at this point in the history