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: Require at least raw-window-handle 0.3.4 for 0.4 interop #553

Merged
merged 1 commit into from Jan 10, 2022

Commits on Jan 10, 2022

  1. ash-window: Require at least raw-window-handle 0.3.4 for 0.4 interop

    `raw-window-handle 0.3.4` was pushed as a "semver-trick-like" patch
    release, implementing the `0.3` trait for the `0.4` crate release [74].
    This allows `ash-window` as a window-handle "consumer" crate to accept
    both `0.3` and `0.4` handles from consumer crates simultaneously.  To
    ensure this patch release is available even when users omit regular
    `cargo update` or build with `-Z minimal-versions`, set the minimal
    patch version in `Cargo.toml` to it.
    
    [74]: rust-windowing/raw-window-handle#74
    MarijnS95 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    1da18b9 View commit details
    Browse the repository at this point in the history