You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: