freetype 0.7.0

Bindings for Freetype used by Servo
Documentation
language: rust
sudo: false

rust:
 - stable
 - beta
 - nightly

script:
 - cargo build
 - cargo test