Remove layout_2020::display_list, use WebRender display lists instead

This commit is contained in:
Simon Sapin 2019-09-06 17:22:41 +02:00
parent e9f7079c70
commit 3e6489f543
9 changed files with 22 additions and 105 deletions

View file

@ -4,12 +4,8 @@
#![deny(unsafe_code)]
#[macro_use]
extern crate serde;
pub mod context;
pub mod data;
pub mod display_list;
mod fragment;
pub mod opaque_node;
pub mod query;