Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Some render plugins, like [bevy-hikari](https://github.com/cryscan/bevy-hikari) require to set `CameraRenderGraph`. In order to switch between render graphs I need to insert a new `CameraRenderGraph` component. It's not very ergonomic. ## Solution Add `CameraRenderGraph::set` like in [Name](https://docs.rs/bevy/latest/bevy/core/struct.Name.html). --- ## Changelog ### Added - `CameraRenderGraph::set`.
- Loading branch information