Add layout debugger support to layout_2020

This commit is contained in:
Fernando Jiménez Moreno 2020-02-11 18:50:54 +01:00
parent 9c3feb746b
commit 5cbe05366b
8 changed files with 186 additions and 13 deletions

View file

@ -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;