Skip to content

0.10.0

Compare
Choose a tag to compare
@dtcristo dtcristo released this 01 May 03:59
· 17 commits to main since this release
726c912

Added

  • Added support for defining a custom render system by disabling default render cargo feature. Use default_features = "false" in Cargo.toml.

Changed

  • Internally refactored crate into modules.
  • Diagnostic PixelsPlugin::RENDER_TIME has been moved to bevy_pixels::diagnostic::RENDER_TIME module.