mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
e07119a0f9
# Objective It looks like `Gizmos::grid*` was missed in the colour migration. ## Solution This updates the `grid` methods and implementation to use `Color` instead of `LinearRgba`. It looks like `ExtractedPointLight` and `ExtractedDirectionalLight` also use `LinearRgba`, although I think in extracted structures it's probably fine to make more assumptions about what you want? ## Testing I ran `cargo test --all -- bevy_gizmos` and it passed. ## Migration Guide This shouldn't be adding anything that isn't already in a migration guide? I assume as it uses `impl Into<...>` in the public interfaces that any users of these APIs shouldn't have to make any code changes. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |