johanhelsing / bevy_web_asset

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

Expose WebAssetReader as part of the public API #21

Closed oli-obk closed 9 months ago

oli-obk commented 9 months ago

I would like to reuse the implementation of this crate, but do two things:

Exposing the web asset reader publicly will achieve this, as I can then use the AssetReader impl (which is public by definition) and invoke it from my own AssetReader impl