Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-11 | Update nightly pin on travis | Joe Wilm | |
2016-11-19 | Add a number of simple ref-tests | Joe Wilm | |
Also adds a feature `err-println` for enabling `err_println!` printing. | |||
2016-08-14 | Pin nightly compiler on travis | Joe Wilm | |
This will prevent builds from being constantly broken... arbitrary nightlies are not yet supported. | |||
2016-06-14 | Cache cargo dependencies on travis | Joe Wilm | |
This should improve build times. | |||
2016-06-14 | Add macOS to CI matrix | Joe Wilm | |
2016-02-21 | Add test font for travis | Joe Wilm | |
2016-02-21 | Add function for listing font names on linux | Joe 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!). |