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, enter the corresponding example folder and run cargo build.

For example: ```

build

cd examples/fontwithpiston cargo build

run

./target/fontwithpiston ```

How to contribute