mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Automatically provide a resource reader for tests
This commit is contained in:
parent
bf667677f7
commit
e02a23b2f6
20 changed files with 72 additions and 109 deletions
|
@ -51,3 +51,6 @@ servo_url = {path = "../url"}
|
|||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
||||
[dev-dependencies]
|
||||
embedder_traits = { path = "../embedder_traits", features = ["tests"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue