HarfBuzz bindings, y'all

This commit is contained in:
Brian Anderson 2012-05-11 14:49:02 -07:00
parent 783f702ccf
commit 1cab10d8ba
5 changed files with 28 additions and 3 deletions

1
src/rust-harfbuzz Submodule

@ -0,0 +1 @@
Subproject commit 80272a985fd3ec3cd6430402e25551096eb43722

View file

@ -10,6 +10,7 @@ use std;
use sdl;
use azure;
use js;
use harfbuzz;
mod dom {
mod base;