mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Implement 'url!(..)' macro
https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137
This commit is contained in:
parent
0146751bb2
commit
f34da4120d
30 changed files with 346 additions and 128 deletions
|
@ -8,6 +8,9 @@ name = "style_tests"
|
|||
path = "lib.rs"
|
||||
doctest = false
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../../../components/plugins"
|
||||
|
||||
[dependencies.style]
|
||||
path = "../../../components/style"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue