mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Merge layout and layout_tests
This commit is contained in:
parent
c2ed7c9632
commit
a311e0f569
8 changed files with 42 additions and 54 deletions
|
@ -8,6 +8,8 @@ publish = false
|
|||
[lib]
|
||||
name = "layout"
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.6.1"
|
||||
|
@ -46,3 +48,6 @@ style_traits = {path = "../style_traits"}
|
|||
unicode-bidi = {version = "0.3", features = ["with_serde"]}
|
||||
unicode-script = {version = "0.1", features = ["harfbuzz"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
||||
[dev-dependencies]
|
||||
size_of_test = {path = "../size_of_test"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue