-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrading libc dependencies #98
Comments
glfw used "*" dependencies and needs a fix for existing code PistonDevelopers/glfw-rs#325 |
The challenge is to make sure that all the lower level libraries gets bumped before the higher ones. We don't have an exhaustive list of the lower libraries in Piston's ecosystem. |
I want to get the gfx update yanked such that existing code will keep working. gfx-rs/gfx#826 |
An update in tempfile broke Glutin, so I want to get it yanked Stebalien/tempfile#17. |
Piston core has now removed dependency on libc. |
Done. |
Announcement: https://users.rust-lang.org/t/the-libc-crate-is-now-at-v0-2-0/3509
This is for tracking issues with upgrading libc to 0.2.
Second phase:
The text was updated successfully, but these errors were encountered: