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

Alleviate the need for ecosystem-wide upgrading to 0.4.1 #74

Merged
merged 2 commits into from Nov 23, 2021

Commits on Nov 19, 2021

  1. Make implementors of HasRawWindowHandle v0.4.1 also implement v0.3's

    Uses the semver trick, see https://github.com/dtolnay/semver-trick
    
    The idea is that this will allow crates whose purpose is to provide an `HasRawWindowHandle` implementation to upgrade first (e.g. `winit`, `sdl2`, `glfw`, `fltk`, ...). When a sufficient amount of "provider" crates have upgraded, "consumer" crates (e.g. `gfx`, `wgpu`, `rfd`, ...) can safely start upgrading without breaking for downstream users.
    madsmtm committed Nov 19, 2021
    Copy the full SHA
    1e8e180 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    madsmtm committed Nov 19, 2021
    Copy the full SHA
    681a07c View commit details
    Browse the repository at this point in the history