not-fl3 / miniquad

Cross platform rendering in Rust
Apache License 2.0
1.54k stars 173 forks source link

Private miniquad::native breaks integration with Android #402

Open andreymal opened 1 year ago

andreymal commented 1 year ago

Commit https://github.com/not-fl3/miniquad/commit/9d0f73c0a00cef84a6f531e113cb5be5326f21db replaced pub mod native; with mod native;, which means that both example-android-bluetooth and example-android-fileopen are no longer compatible with miniquad 0.4 because they use miniquad::native::android

(same with iOS and miniquad::native::apple probably)