Dedupe dwrote

This commit is contained in:
atouchet 2020-05-12 21:57:04 -07:00
parent bdfa6b0751
commit bfa1e08c40
4 changed files with 48 additions and 49 deletions

View file

@ -22,11 +22,11 @@ ipc-channel = "0.14"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
pixels = {path = "../pixels"}
pixels = { path = "../pixels" }
serde = "1.0"
serde_bytes = "0.11"
servo_config = {path = "../config"}
servo_config = { path = "../config" }
sparkle = "0.1"
time = { version = "0.1.0", optional = true }
webrender_api = {git = "https://github.com/servo/webrender"}
webxr-api = {git = "https://github.com/servo/webxr", features = ["ipc"]}
webrender_api = { git = "https://github.com/servo/webrender" }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }