azure 0.27.0

Bindings to Mozilla's Moz2D library
Documentation
[package]
name = "azure"
version = "0.27.0"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"
repository = "https://github.com/servo/rust-azure"
description = "Bindings to Mozilla's Moz2D library"
license = "MPL-2.0"

build = "build.rs"

[features]
default = []

[build-dependencies]
cmake = "0.1"

[dependencies]
euclid = "0.17"
libc = "0.2"
serde = {version = "1.0", features=["derive"], optional = true}
servo-skia = "0.30000012"

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
servo-freetype-sys = "4.0.1"