UmbraLuminosa / sickle_ui

A widget library built on top of bevy_ui.
Apache License 2.0
205 stars 24 forks source link

Wasm Support #1

Closed tungtose closed 3 months ago

tungtose commented 3 months ago

Thank you to put your effort to make great crate!

This commit splits bevy/dynamic_linking into dev features, and conditionally using HttpWasmAssetReader on target wasm32.

This results in running a simple web editor example as shown below.

image

eidloi commented 3 months ago

Thanks, I never have time for all these details!