-
Notifications
You must be signed in to change notification settings - Fork 104
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
Build fail : no package 'render' #182
Comments
Investigating... Are you on latest nighlies? Which OS? |
Patch incoming..! gfx-rs did some changes:
|
Sorry for the poor bug report. I use ArchLinux with the latest nightly (just downloaded). |
Instead of hardcoding the git url, maybe you should use crates.io ? |
This happens almost daily, nightlies change and something breaks. The FromStr trait got changed too so there's more changes to do in other places not just hematite. |
Be brave, a few weeks and it's in 1.0 ! |
gfx_voxel should be fixed in a moment, once that is patched will see if there are more problems on the way. |
You didn't answer my question : why don't you use crates.io ? If I'm right, you would not have to put the git repo url in your Cargo.toml, would you ? |
@Yamakaky That's not my decision, I'm a recent contributor. It was already like that when I joined two weeks ago. MY OPINION: Once we are stable enough, or just with Rust 1.0 we may go for crates.io versioning but right now it's just not worth the effort. |
Ok, thanks. |
@Yamakaky The reason we use git urls is because we try to keep things updated, and when Travis CI fails we get a notice. |
ok. |
Hi
For me (and travis), the build fails with this message :
The text was updated successfully, but these errors were encountered: