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
Android support would be very useful as there are very few crates that have good android support at the moment. It wouldn't be that hard to add either, just some way to provide the AndroidApp to the EventLoop through the with_android_app() method on the builder. Everything else should work as normal once the event loop is initialized. I tried getting this working but so far (today) I wasn't successful. Thoughts?
The text was updated successfully, but these errors were encountered:
Android support would be very useful as there are very few crates that have good android support at the moment. It wouldn't be that hard to add either, just some way to provide the AndroidApp to the
EventLoop
through thewith_android_app()
method on the builder. Everything else should work as normal once the event loop is initialized. I tried getting this working but so far (today) I wasn't successful. Thoughts?The text was updated successfully, but these errors were encountered: