Skip to content
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

Fix ci.yml for submodules #145

Open
wants to merge 2 commits into
base: 4.2.0
Choose a base branch
from
Open

Conversation

bitten2up
Copy link
Contributor

made the ci init and update the submodules so then it can build
image

@bitten2up
Copy link
Contributor Author

seems like there is also problems with the code not just the ci

error[E0119]: conflicting implementations of trait `std::convert::From<nalgebra::Matrix<f32, nalgebra::Const<3>, nalgebra::Const<1>, nalgebra::ArrayStorage<f32, 3, 1>>>` for type `core::math::Vector3`
   --> raylib/src/core/math.rs:433:1
    |
404 | impl From<na::Vector3<f32>> for Vector3 {
    | --------------------------------------- first implementation here
...
433 | impl From<na::Vector3<f32>> for Vector3 {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::math::Vector3`

error[E0119]: conflicting implementations of trait `std::convert::From<nalgebra::coordinates::XYZ<f32>>` for type `core::math::Vector3`
   --> raylib/src/core/math.rs:444:1

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

Successfully merging this pull request may close these issues.

1 participant