You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried up and down to fix this issue, but I cannot find a solution.
error[E0609]: no field `a_native_window` on type `AndroidDisplayHandle`
--> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.36.0/src/sdl2/raw_window_handle.rs:212:24
|
212 | handle.a_native_window =
| ^^^^^^^^^^^^^^^ unknown field
I'm simply trying to get the raw window handle to link like on every other operating system.
The text was updated successfully, but these errors were encountered:
jordan4ibanez
changed the title
Cannot compile on Android
Cannot compile on Android with raw-window-handle
Feb 9, 2024
jordan4ibanez
changed the title
Cannot compile on Android with raw-window-handle
Cannot compile on Android with raw-window-handle combined with wgpu
Feb 9, 2024
I have tried up and down to fix this issue, but I cannot find a solution.
I'm simply trying to get the raw window handle to link like on every other operating system.
The text was updated successfully, but these errors were encountered: