mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
More Cargo.toml updates
This commit is contained in:
parent
a39a0531d7
commit
5f56093d87
4 changed files with 21 additions and 21 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue