More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-25 11:34:37 -07:00
parent a39a0531d7
commit 5f56093d87
4 changed files with 21 additions and 21 deletions

View file

@ -17,7 +17,7 @@ ipc-channel = "0.14"
lazy_static = "1"
log = "0.4"
serde = "1.0"
servo_config = {path = "../config"}
servo-media = {git = "https://github.com/servo/media"}
webrender_api = {git = "https://github.com/servo/webrender"}
webrender_traits = {path = "../webrender_traits"}
servo-media = { git = "https://github.com/servo/media" }
servo_config = { path = "../config" }
webrender_api = { git = "https://github.com/servo/webrender" }
webrender_traits = { path = "../webrender_traits" }