Skip to content

v0.4.0 for bevy 0.17

Latest

Choose a tag to compare

@Schmarni-Dev Schmarni-Dev released this 19 Oct 16:29
· 10 commits to main since this release

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_support feature (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_passthrough feature

Full Changelog: v0.3.0...v0.4.0