mirror of
https://github.com/servo/servo.git
synced 2025-06-17 12:54:28 +00:00
Update servo to use published app units crate
This commit is contained in:
parent
35888e5a1d
commit
1999ea5e43
11 changed files with 52 additions and 39 deletions
|
@ -8,9 +8,6 @@ name = "style_tests"
|
|||
path = "lib.rs"
|
||||
doctest = false
|
||||
|
||||
[dependencies.app_units]
|
||||
path = "../../../components/app_units"
|
||||
|
||||
[dependencies.style]
|
||||
path = "../../../components/style"
|
||||
|
||||
|
@ -24,6 +21,7 @@ path = "../../../components/util"
|
|||
git = "https://github.com/servo/rust-selectors"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.1"
|
||||
url = "0.2"
|
||||
cssparser = "0.3.1"
|
||||
string_cache = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue