mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +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
|
@ -26,6 +26,7 @@ url = "1.2"
|
|||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
embedder_traits = { path = "../embedder_traits", features = ["tests"] }
|
||||
|
||||
[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies]
|
||||
xdg = "2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue