nicopap / cuicui_layout

The dumbest and simplest layouting algorithm for bevy
40 stars 2 forks source link

chirp Handle<T> loading in WASM #75

Closed nicopap closed 12 months ago

nicopap commented 1 year ago

Currently we need to load synchronously file data in order to load them as asset within loaders. Otherwise we would need to make ParseDsl::method async, which is unacceptable.

nicopap commented 12 months ago

Fixed by upgrading to bevy 0.12