aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-07-23 18:27:10 +0200
committerSimon Sapin <simon.sapin@exyr.org>2020-07-24 09:31:24 +0200
commitb91e2938194e49dc54cf44de3fa6df661fcb18fd (patch)
tree50d33a6d4933f8bc4264ce4ea39bd1b542c0bf2c /components/layout_2020/lib.rs
parent4a4199c1d64705e8efbe092879ffd914cd8f33fc (diff)
downloadservo-b91e2938194e49dc54cf44de3fa6df661fcb18fd.tar.gz
servo-b91e2938194e49dc54cf44de3fa6df661fcb18fd.zip
Add layout support for list markers
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r--components/layout_2020/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs
index 96fcbb448fa..059e7923196 100644
--- a/components/layout_2020/lib.rs
+++ b/components/layout_2020/lib.rs
@@ -22,6 +22,7 @@ mod fragments;
pub mod geom;
#[macro_use]
pub mod layout_debug;
+mod lists;
mod opaque_node;
mod positioned;
pub mod query;