freetype-rs 0.0.4

Bindings for FreeType font library
docs.rs failed to build freetype-rs-0.0.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: freetype-rs-0.36.0

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/font_with_piston
cargo build

# run
./target/font_with_piston

How to contribute