# Objective On HEAD, `bevy_color` does not compile on its own with `--all-features` enabled. This PR fixes that. ## Solution - Added the `curve` feature on `bevy_math` to `bevy_color`. - Added the `serialize` feature on `bevy_math` to `bevy_color/serialize`. ## Testing - Compiled with `cargo b -p bevy_color --all-features` on HEAD and on this PR: it fails to compile on HEAD but compiles with this PR. |
||
|---|---|---|
| .. | ||
| crates/gen_tests | ||
| docs | ||
| src | ||
| Cargo.toml | ||
| README.md | ||