You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workaround worked for building and running Piston "getting-started". But the "-l" "freetype:dylib" in the error message means the directive has no effect when we build Conrod.
Any idea?
The text was updated successfully, but these errors were encountered:
The graphics backend of the piston_window crate that we use for the examples just recently changed over to use rusttype instead of freetype-rs. We still need to update the version for each of conrod's piston dependencies to take advantage of this, but hopefully we'll get around to this very soon.
The Freetype crate has been the cause of the majority of our users' issues (I think it's the only non-Rust code that conrod depends on) so hopefully the change will fix your issues, along with a lot of others'!
Hi all, I can't build Conrod on Mac OS X 10.9.5 (Intel Core i7).
This is what happens:
I'm aware of a problem with Freetype. I'm using this workaround:
The workaround worked for building and running Piston "getting-started". But the
"-l" "freetype:dylib"
in the error message means the directive has no effect when we build Conrod.Any idea?
The text was updated successfully, but these errors were encountered: