Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Doesn't support nalgebra 0.33 #114

Closed
ruhrie opened this issue Oct 7, 2024 · 4 comments
Closed

Doesn't support nalgebra 0.33 #114

ruhrie opened this issue Oct 7, 2024 · 4 comments

Comments

@ruhrie
Copy link
Contributor

ruhrie commented Oct 7, 2024

My project builds against nalgebra 0.33 and cargo complains when I build about that Interpolator isn't implemented for Vector3. When I looked at the dependencies it links against it lists building splines against nalgebra 0.32.6 since the dependencies list <0.33 in this project. I believe it is currently implementing for the older package and is therefore not implemented on the struct version I am using.

@hadronized
Copy link
Owner

Yes, it would require a bump. Feel free to open a PR!

@ruhrie
Copy link
Contributor Author

ruhrie commented Oct 8, 2024

Sounds good. Opened a PR with the change here. Looks like it literally just needed a bump fortunately.

@hadronized
Copy link
Owner

Thank you. We’ll close that issue when your PR hits a crates.io release — hopefully soon enough this day / tomorrow.

@hadronized
Copy link
Owner

Released with 4.4.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants