What's Changed
- allow for custom wait_frame system by @Schmarni-Dev in #189
- allow manually defining additional vulkan extensions by @Schmarni-Dev in #190
- Runtime Environment BlendModes by @Schmarni-Dev in #191
- a bit of cleanup by @Schmarni-Dev in #192
- Add Optional Plugin for Fbt under Monado and WiVRn by @Schmarni-Dev in #193
- make window support in bevy_mod_openxr optional, needs to be enabled with the
window_supportfeature (should be enabled if you have a window open, else the frame rate will be capped by vsync) - disable fb_passthrough in bevy_mod_openxr by default, needs to be enabled with the
fb_passthroughfeature
Full Changelog: v0.3.0...v0.4.0