mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
More Cargo.toml cleanups
This commit is contained in:
parent
e1cc38bea8
commit
d132866c5d
15 changed files with 128 additions and 129 deletions
|
@ -16,10 +16,10 @@ ipc-channel = "0.14"
|
|||
keyboard-types = "0.4.3"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
num-traits = "0.2"
|
||||
msg = { path = "../msg" }
|
||||
num-derive = "0.3"
|
||||
num-traits = "0.2"
|
||||
serde = "1.0"
|
||||
servo_url = {path = "../url"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender"}
|
||||
webxr-api = {git = "https://github.com/servo/webxr", features = ["ipc"]}
|
||||
servo_url = { path = "../url" }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue