mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
73 lines
1.3 KiB
TOML
73 lines
1.3 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.gfx]
|
|
path = "../gfx"
|
|
|
|
[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]
|
|
path = "../profile"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.cssparser]
|
|
git = "https://github.com/servo/rust-cssparser"
|
|
|
|
[dependencies.selectors]
|
|
git = "https://github.com/servo/rust-selectors"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.string_cache]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies.string_cache_plugin]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies.clock_ticks]
|
|
git = "https://github.com/tomaka/clock_ticks"
|
|
|
|
[dependencies]
|
|
encoding = "0.2"
|
|
url = "0.2.16"
|
|
bitflags = "*"
|
|
rustc-serialize = "0.3"
|
|
libc = "*"
|
|
|