-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cannot compile due to stb_truetype 0.2.5 #350
Comments
Do you need a Rust update? |
The newest stable build for cargo does not allow anything with the newest stb_truetype to build. It's an issue with stb_truetype 0.2.5. |
No problems on my machine. Are you sure this is the right project? |
Well, pretty much all projects that use this require manually using the 0.2.4 version in order to build successfully. |
Can you dump Cargo.lock? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: Edition 2018 is unstable and only available for nightly builds of rustc.
error: Could not compile
stb_truetype
.warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: