Move CoreText bindings into a submodule.

This commit is contained in:
Brian J. Burg 2012-10-19 14:24:38 -07:00
parent f586b0f947
commit 658edb6ec8
7 changed files with 49 additions and 78 deletions

View file

@ -56,4 +56,8 @@ DEPS_rust-io-surface += \
DEPS_sharegl += \
rust-core-foundation \
rust-io-surface
DEPS_rust-core-text += \
rust-core-foundation \
rust-core-graphics
endif