Move pipeline into the constellation crate.

This commit is contained in:
Ms2ger 2016-05-20 15:32:14 +02:00
parent 383cdd450f
commit 76fae9fa28
11 changed files with 19 additions and 14 deletions

View file

@ -14,7 +14,6 @@
extern crate app_units;
extern crate azure;
extern crate devtools_traits;
extern crate euclid;
#[cfg(not(target_os = "windows"))]
extern crate gaol;
@ -60,7 +59,6 @@ mod compositor;
mod compositor_layer;
pub mod compositor_thread;
mod delayed_composition;
pub mod pipeline;
#[cfg(not(target_os = "windows"))]
pub mod sandboxing;
mod surface_map;