[package] name = "gfx" version = "0.0.1" authors = ["The Servo Project Developers"] [lib] name = "gfx" path = "lib.rs" [dependencies.plugins] path = "../plugins" [dependencies.net_traits] path = "../net_traits" [dependencies.util] path = "../util" [dependencies.msg] path = "../msg" [dependencies.profile] path = "../profile" [dependencies.style] path = "../style" [dependencies.azure] git = "https://github.com/servo/rust-azure" [dependencies.geom] git = "https://github.com/servo/rust-geom" [dependencies.layers] git = "https://github.com/servo/rust-layers" [dependencies.stb_image] git = "https://github.com/servo/rust-stb-image" [dependencies.png] git = "https://github.com/servo/rust-png" [dependencies.harfbuzz] git = "https://github.com/servo/rust-harfbuzz" [dependencies.fontconfig] git = "https://github.com/servo/rust-fontconfig" [dependencies.freetype] git = "https://github.com/servo/rust-freetype" [dependencies.core_foundation] git = "https://github.com/servo/rust-core-foundation" [dependencies.core_graphics] git = "https://github.com/servo/rust-core-graphics" [dependencies.core_text] git = "https://github.com/servo/rust-core-text" [dependencies.skia] git = "https://github.com/servo/skia" branch = "upstream-2014-06-16" [dependencies.script_traits] path = "../script_traits" [dependencies.string_cache] git = "https://github.com/servo/string-cache" [dependencies] url = "0.2.16" time = "0.1.12" bitflags = "*" rustc-serialize = "0.3" libc = "*"