servo-fontconfig-sys 5.1.0

Font configuration and customization library
Documentation
[package]
name = "servo-fontconfig-sys"
version = "5.1.0"
authors = ["Keith Packard <keithp@keithp.com>", "Patrick Lam <plam@mit.edu>"]
license = "MIT"
description = "Font configuration and customization library"
homepage = "http://fontconfig.org"
repository = "https://github.com/servo/libfontconfig/"
links = "fontconfig"
build = "build.rs"

[lib]
name = "fontconfig_sys"
path = "lib.rs"

[dependencies]
expat-sys = "2.1.0"
freetype-sys = "0.13.0"

[build-dependencies]
pkg-config = "0.3"

[features]
default = []
force_system_lib = []