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 1.0.0 release has a separate dependency on CFreeType that seems to have a problem. A recent PR moved that dependency into the package itself, as SwiftPM now supports system library targets. This solved the issue. SwiftPlot uses Anti-Grain Geometry (AGG), a C++ library as a rendering backend, which in turn uses freetype to render text.
0 commit comments