Update release-content/release-notes/scene-type-crates.md

Co-authored-by: Robert Swain <robert.swain@gmail.com>
This commit is contained in:
atlv 2025-07-11 00:15:31 -07:00 committed by GitHub
parent 7b9d8d3405
commit 9c5339850d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,4 +4,4 @@ authors: ["@atlv24"]
pull_requests: [19997, 19991, 20000, 19949, 19943, 19953]
---
It is now possible to use cameras, lights, and meshes without depending on the Bevy renderer. This makes it possible for 3d party custom renderers to be drop-in replacements for rendering existing scenes.
It is now possible to use cameras, lights, and meshes without depending on the Bevy renderer. This makes it possible for 3rd party custom renderers to be drop-in replacements for rendering existing scenes.