freetype-rs Build Status

Rust bindings for FreeType library

Requirements

Build

Clone this repo then run cd freetype-rs cargo build

Examples

To build examples, use cargo test. They are all built in ./target/examples/*.

For example: ```

build

cargo test

run

./target/examples/fontwithpiston ```

How to contribute