Split off Frame from constellation.rs

This commit is contained in:
deror1869107 2016-12-27 15:55:49 +08:00
parent c2448d3963
commit d53f64050d
3 changed files with 194 additions and 182 deletions

View file

@ -44,6 +44,7 @@ extern crate webrender_traits;
mod constellation;
mod event_loop;
mod frame;
mod pipeline;
#[cfg(not(target_os = "windows"))]
mod sandboxing;