aevyrie / bevy_framepace

Framepacing and framelimiting for Bevy
https://crates.io/crates/bevy_framepace
Apache License 2.0
245 stars 23 forks source link

RenderExtractApp not added in wasm32 on bevy 0.10 #33

Closed Gentoli closed 1 year ago

Gentoli commented 1 year ago

Looks like RenderExtractApp is provided by the PipelinedRenderingPlugin, but it's disabled on wasm32.

I get a 'Sub-App with label '"RenderExtractApp"' does not exist panic.