mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Add layout debugger support to layout_2020
This commit is contained in:
parent
9c3feb746b
commit
5cbe05366b
8 changed files with 186 additions and 13 deletions
|
@ -5,6 +5,9 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde;
|
||||
|
||||
pub mod context;
|
||||
pub mod data;
|
||||
pub mod display_list;
|
||||
|
@ -14,6 +17,8 @@ mod flow;
|
|||
mod formatting_contexts;
|
||||
mod fragments;
|
||||
mod geom;
|
||||
#[macro_use]
|
||||
pub mod layout_debug;
|
||||
mod opaque_node;
|
||||
mod positioned;
|
||||
pub mod query;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue