johanhelsing / bevy_web_asset

Bevy asset loader that transparently supports loading over http(s)
Apache License 2.0
71 stars 17 forks source link

Reintroduce android support #23

Closed oli-obk closed 9 months ago

oli-obk commented 9 months ago

fixes #22

isahc does not support android in a released version, only on the latest branch, but the maintainer does not currently have time to maintain it.

This PR reverts the change from surf to isahc that was done in https://github.com/johanhelsing/bevy_web_asset/pull/18 until we can move to a maintained crate that supports all platforms