mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move pipeline into the constellation crate.
This commit is contained in:
parent
383cdd450f
commit
76fae9fa28
11 changed files with 19 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue