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

ndk: Implement HasRawWindowHandle directly on NativeWindow #274

Merged
merged 1 commit into from
May 14, 2022

Commits on May 14, 2022

  1. ndk: Implement HasRawWindowHandle directly on NativeWindow

    Crates wrapping the NDK (winit and others), and `NativeWindow` in
    particular have to implement `HasRawWindowHandle` on their own wrapper
    types, yet the `ndk` should also implement this trait on the
    `NativeWindow` type directly for them to reuse.  Or more importantly,
    when the "raw" `ndk` crate is used directly.
    MarijnS95 committed May 14, 2022
    Configuration menu
    Copy the full SHA
    7159123 View commit details
    Browse the repository at this point in the history