mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Dedupe dwrote
This commit is contained in:
parent
bdfa6b0751
commit
bfa1e08c40
4 changed files with 48 additions and 49 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue