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
I tried to build rustyhex, and it has a dependency on obj-rs, which has been renamed to simply obj. After updating the Cargo.toml for that, I still get this error:
Yeah, I figured that much out. Rustyhex doesn't have a direct dependency on the event crate. What I don't understand is why cargo update fails claiming it can't find glfw_window.
I tried to build rustyhex, and it has a dependency on obj-rs, which has been renamed to simply obj. After updating the Cargo.toml for that, I still get this error:
$ cargo build
Updating git repository
https://github.com/csherratt/obj.git
Updating git repository
https://github.com/pistondevelopers/event
Unable to update https://github.com/pistondevelopers/event#58da25cf
Caused by:
failed to fetch into /home/schlathe/.cargo/git/db/event-64e6f06422add62a
It looks like event has been moved/renamed. What is the migration path here?
When I run cargo update, it complains it can't find glfw_window
$ cargo update
Updating git repository
https://github.com/bjz/cgmath-rs
Updating git repository
https://github.com/PistonDevelopers/glfw_window
Updating git repository
https://github.com/bjz/gl-rs
Updating git repository
https://github.com/dpc/hex2d-rs
Updating git repository
https://github.com/pistondevelopers/piston/
Updating git repository
https://github.com/gfx-rs/gfx-rs/
Updating git repository
https://github.com/csherratt/obj.git
Updating git repository
https://github.com/bjz/glfw-rs.git
no matching package named
glfw_window
found (required byrustyhex
)location searched: https://github.com/PistonDevelopers/glfw_window
version required: *
Is Rustyhex not properly declaring its dependency on glfw_window? What is the right way to do this?:
https://github.com/dpc/rustyhex/blob/master/Cargo.toml
The text was updated successfully, but these errors were encountered: