mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Add ./mach build --with-layout-2020
… with corresponding `layout` and `layout_thread` crates, which for now do nothing.
This commit is contained in:
parent
c1e9347dee
commit
2b01c26aa5
19 changed files with 186 additions and 12 deletions
|
@ -13,7 +13,7 @@ doctest = false
|
|||
[dependencies]
|
||||
gfx_traits = {path = "../../../components/gfx_traits"}
|
||||
ipc-channel = "0.11"
|
||||
layout = {path = "../../../components/layout"}
|
||||
layout = {path = "../../../components/layout", package = "layout_2013"}
|
||||
metrics = {path = "../../../components/metrics"}
|
||||
msg = {path = "../../../components/msg"}
|
||||
profile_traits = {path = "../../../components/profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue