diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-07-23 18:27:10 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-07-24 09:31:24 +0200 |
commit | b91e2938194e49dc54cf44de3fa6df661fcb18fd (patch) | |
tree | 50d33a6d4933f8bc4264ce4ea39bd1b542c0bf2c /components/layout_2020/lib.rs | |
parent | 4a4199c1d64705e8efbe092879ffd914cd8f33fc (diff) | |
download | servo-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.rs | 1 |
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; |