More Cargo.toml cleanups

This commit is contained in:
Alex Touchet 2020-05-14 22:20:18 -07:00 committed by GitHub
parent e1cc38bea8
commit d132866c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 128 additions and 129 deletions

View file

@ -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"] }