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
For some reason, there are two different implementations of the From<na::Vector2<f32>> for the standard Raylib Vector2. That is also the case for a bunch of other From<_> implementations for Raylib's Vector2. To reproduce just add Raylib as a dependency in Cargo.toml but add "nalgebra_interop" as a feature and try to compile.
The text was updated successfully, but these errors were encountered:
eggsontoast1672
changed the title
Duplicate implementation of From<na::Vector2<f32>> for raylib::core::math::Vector2
Duplicate implementation of From<na::Vector2<f32>> for raylib::core::math::Vector2Jan 6, 2023
For some reason, there are two different implementations of the
From<na::Vector2<f32>>
for the standard RaylibVector2
. That is also the case for a bunch of otherFrom<_>
implementations for Raylib'sVector2
. To reproduce just add Raylib as a dependency inCargo.toml
but add "nalgebra_interop" as a feature and try to compile.The text was updated successfully, but these errors were encountered: