servo/components/layout/Cargo.toml
2015-06-19 00:04:24 +02:00

73 lines
1.2 KiB
TOML

[package]
name = "layout"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "layout"
path = "lib.rs"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
[dependencies.canvas]
path = "../canvas"
[dependencies.canvas_traits]
path = "../canvas_traits"
[dependencies.gfx]
path = "../gfx"
[dependencies.gfx_traits]
path = "../gfx_traits"
[dependencies.msg]
path = "../msg"
[dependencies.script]
path = "../script"
[dependencies.layout_traits]
path = "../layout_traits"
[dependencies.script_traits]
path = "../script_traits"
[dependencies.style]
path = "../style"
[dependencies.plugins]
path = "../plugins"
[dependencies.net_traits]
path = "../net_traits"
[dependencies.profile_traits]
path = "../profile_traits"
[dependencies.util]
path = "../util"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
[dependencies.png]
git = "https://github.com/servo/rust-png"
[dependencies.clock_ticks]
git = "https://github.com/tomaka/clock_ticks"
[dependencies]
log = "*"
encoding = "0.2"
fnv = "1.0"
url = "0.2.35"
bitflags = "*"
rustc-serialize = "0.3"
libc = "*"
cssparser = "0.3.1"
smallvec = "0.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
euclid = "0.1"