servo/components/layout_2020/display_list/mod.rs
2019-08-13 13:45:05 +02:00

8 lines
310 B
Rust

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
pub use self::webrender_helpers::WebRenderDisplayListConverter;
pub mod items;
mod webrender_helpers;