-
Notifications
You must be signed in to change notification settings - Fork 64
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
Crate not usable on arm/android any more #178
Comments
@petevine Can you test this? We could try |
It does compile - I haven't seen this solution yet (a couple of crates have been fixed so far). EDIT: |
@petevine Did the error happen on the old version of freetype-rs? Is it fixed now? |
@petevine Yes, there have been upgrades to libc 0.2 that might change how it worked. |
The fix allows the current version (0.4.0) to compile. |
Closes PistonDevelopers#178 - Removed unknown `deny` attribute
Forgot to try on stable
A few casts should fix that as well. |
The reason being this.
The text was updated successfully, but these errors were encountered: