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

ash-window: Upgrade to raw-window-handle 0.5.0 #645

Merged
merged 7 commits into from Sep 23, 2022
Merged

ash-window: Upgrade to raw-window-handle 0.5.0 #645

merged 7 commits into from Sep 23, 2022

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    43b9067 View commit details
    Browse the repository at this point in the history
  2. Accept RawDisplayHandle instead of RawWindowHandle in `enumerate_…

    …required_extensions()`
    MarijnS95 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bac855a View commit details
    Browse the repository at this point in the history
  3. ash-window: Require window argument to implement `HasRawDisplayHand…

    …le` _and_ `HasRawWindowHandle`
    MarijnS95 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9bb0ecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ca8549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    822c908 View commit details
    Browse the repository at this point in the history
  6. examples: Bump winit to 0.27.1 to resolve our MSRV tests

    While the examples technically aren't part of our MSRV requirement (it's
    nice, but core crate compatibility is much more important), it's
    annoying to exempt these especially now that `winit` removed some
    unneeded MSRV 1.60/1.61 requirements.
    MarijnS95 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d97153f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cca1a9 View commit details
    Browse the repository at this point in the history