We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The library possibly fails to compile on MacOS:
warning: ttf2mesh/ttf2mesh.c:54:10: fatal error: 'malloc.h' file not found warning: #include <malloc.h> warning: ^~~~~~~~~~ warning: 1 error generated.
There's a related stackoverflow question about malloc.h at https://stackoverflow.com/a/56463133/499839
One option would be to transpile ttfmesh.c into rust by https://c2rust.com/. That could also fix #11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The library possibly fails to compile on MacOS:
There's a related stackoverflow question about malloc.h at https://stackoverflow.com/a/56463133/499839
One option would be to transpile ttfmesh.c into rust by https://c2rust.com/. That could also fix #11
The text was updated successfully, but these errors were encountered: