![]() # Objective When depending on the `bevy_ui` crate specifically and using the `serialize` feature flag, the compilation fails due to `bevy_math` not having the serialize flag enabled. ## Solution Added the `serialize` flag to the `bevy_math` dependency when using that flag on `bevy_ui`. ## Testing Tested by adding `bevy_math = { version = "0.14", features = ["serialize"] }` on a small Bevy library to ensure compilation was successful. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |