Skip to content

0.16 rc1 - No way to turn on bevy_math/curve through the bevy crate #18494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
NiklasEi opened this issue Mar 22, 2025 · 1 comment
Open

0.16 rc1 - No way to turn on bevy_math/curve through the bevy crate #18494

NiklasEi opened this issue Mar 22, 2025 · 1 comment
Labels
A-Math Fundamental domain-agnostic mathematical operations C-Bug An unexpected or incorrect behavior

Comments

@NiklasEi
Copy link
Member

Bevy version

0.16.0-rc.1

What you did

Depend on Bevy without default features, but with std enabled (which enables part of bevy_math)

What went wrong

There is no way to enable the curve feature on bevy_math through the bevy crate. bevy_internal optionally depends on bevy_math without default features and there is no feature flag that would turn on the curve feature.

Additional information

The obvious workaround is to depend on bevy_math directly.

@NiklasEi NiklasEi added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled A-Math Fundamental domain-agnostic mathematical operations and removed S-Needs-Triage This issue needs to be labelled labels Mar 22, 2025
@NiklasEi
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Math Fundamental domain-agnostic mathematical operations C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

No branches or pull requests

1 participant