mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make gleam optional for compositor, switch various names from glutin to winit
This commit is contained in:
parent
3695fc4efc
commit
7fa295d8e6
10 changed files with 187 additions and 154 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
extern crate euclid;
|
||||
extern crate gfx_traits;
|
||||
#[cfg(feature = "gleam")]
|
||||
extern crate gleam;
|
||||
#[cfg(feature = "gleam")]
|
||||
extern crate image;
|
||||
extern crate ipc_channel;
|
||||
extern crate libc;
|
||||
|
@ -38,6 +40,8 @@ use style_traits::CSSPixel;
|
|||
|
||||
mod compositor;
|
||||
pub mod compositor_thread;
|
||||
#[cfg(feature = "gleam")]
|
||||
mod gl;
|
||||
mod touch;
|
||||
pub mod windowing;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue