Move the servo crate from root to components/servo

This commit is contained in:
Simon Sapin 2014-11-28 08:16:02 +00:00
parent b2b6d4d0d1
commit 2f413c8937
15 changed files with 55 additions and 45 deletions

View file

@ -1,69 +0,0 @@
[package]
name = "servo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "servo"
crate-type = ["rlib"]
[[bin]]
name = "servo"
test = false
doc = false
bench = false
[[test]]
name = "reftest"
path = "tests/reftest.rs"
harness = false
[[test]]
name = "contenttest"
path = "tests/contenttest.rs"
harness = false
[features]
default = ["glfw_app"]
glutin = ["glutin_app"]
[dependencies.compositing]
path = "components/compositing"
[dependencies.net]
path = "components/net"
[dependencies.msg]
path = "components/msg"
[dependencies.util]
path = "components/util"
[dependencies.script]
path = "components/script"
[dependencies.layout]
path = "components/layout"
[dependencies.gfx]
path = "components/gfx"
[dependencies.glfw_app]
path = "ports/glfw"
optional = true
[dependencies.glutin_app]
path = "ports/glutin"
optional = true
[dependencies.url]
git = "https://github.com/servo/rust-url"
[dependencies.green]
git = "https://github.com/servo/green-rs"
branch = "servo"
[dependencies.rustuv]
git = "https://github.com/servo/green-rs"
branch = "servo"