mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Move the servo crate from root to components/servo
This commit is contained in:
parent
b2b6d4d0d1
commit
2f413c8937
15 changed files with 55 additions and 45 deletions
69
Cargo.toml
69
Cargo.toml
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue