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

Implement version 0.4 of the HasRawWindowHandle trait #2418

Merged
merged 1 commit into from
Aug 11, 2022

Commits on Aug 11, 2022

  1. Implement version 0.4 of the HasRawWindowHandle trait

    This makes Winit 0.27 compatible with crates like Wgpu 0.13 that are
    using the raw_window_handle v0.4 crate and aren't able to upgrade to 0.5
    until they do a new release (since it requires a semver change).
    
    The change is intended to be self-contained (instead of pushing
    the details into all the platform_impl backends) since this is only
    intended to be a temporary trait implementation for backwards
    compatibility that will likely be removed before the next Winit release.
    
    Addresses: rust-windowing#2415
    rib committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f69803f View commit details
    Browse the repository at this point in the history