aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2016-02-23Render the letter JJoe Wilm
This letter brought to you by OpenGL and freetype.
2016-02-21Implement very basic glyph rasterizationJoe Wilm
There are several assumptions made at this point and very little (no) error handling done.
2016-02-21Add function for listing font names on linuxJoe Wilm
This function isn't exactly useful, but it's working ffi with the fontconfig library. Woo! Next step will be returning some objects with more information (like font path so we can start rendering glyphs!).
2016-02-21Initialize new cargo binary projectJoe Wilm