Files
servo/components/script_layout_interface/Cargo.toml
2016-06-20 19:08:07 +02:00

29 lines
845 B
TOML

[package]
name = "script_layout_interface"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[lib]
name = "script_layout_interface"
path = "lib.rs"
[dependencies]
app_units = {version = "0.2.3", features = ["plugins"]}
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
euclid = {version = "0.6.4", features = ["plugins"]}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
libc = "0.2"
msg = {path = "../msg"}
plugins = {path = "../plugins"}
range = {path = "../range"}
script_traits = {path = "../script_traits"}
selectors = {version = "0.6", features = ["heap_size"]}
string_cache = {version = "0.2.20", features = ["heap_size"]}
style = {path = "../style"}
url = {version = "1.0.0", features = ["heap_size"]}