Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 882 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 882 Bytes

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