mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move windowing code out of the compositor
This is mainly just moving code around, in preparation for further changes to the "windowing" API.
This commit is contained in:
parent
bfb81a5d10
commit
77d32ee447
23 changed files with 828 additions and 206 deletions
|
@ -19,10 +19,6 @@ extern crate azure;
|
|||
extern crate devtools_traits;
|
||||
extern crate geom;
|
||||
extern crate gfx;
|
||||
#[cfg(not(target_os="android"))]
|
||||
extern crate glfw;
|
||||
#[cfg(target_os="android")]
|
||||
extern crate glut;
|
||||
extern crate layers;
|
||||
extern crate layout_traits;
|
||||
extern crate opengles;
|
||||
|
@ -56,7 +52,4 @@ mod headless;
|
|||
pub mod pipeline;
|
||||
pub mod constellation;
|
||||
|
||||
mod windowing;
|
||||
|
||||
#[path="platform/mod.rs"]
|
||||
pub mod platform;
|
||||
pub mod windowing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue