mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
123a19afa9
# Objective A bunch of code is used only if you care about the `Curve` trait. Put it behind a feature so it can be ignored if wanted. ## Solution Added a default feature `curve` to `bevy_math` which feature-gates the `curve` module and internal integrations. ## Testing Tested compiling with the feature enabled and disabled. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
clippy.toml | ||
README.md |