v1.0.3 Release
Bug Fixes
- Fix chart grid rendering and colors - #185
Build Fixes and Modifications
- Fix freetype link target if hunter enabled - #185
- glbinding upstream version has been bumped up to v3.0.2 - #184 .
- Modified cmake targets to enable forge's usage as submodule in different git projects.
Note: The change to glbinding 3.0 has a catch. There is a new library that gets shipped along with glbinding
, glbinding-aux
. It is an auxiliary library provided by cginternals to handle additional meta information about types etc. This is not used by forge when you build in Release mode and hence is not needed in Release. In any other mode where debug symbols are included, this shall be included and is required.