Rename gleam feature to gl in compositing

This commit is contained in:
Anthony Ramine 2018-11-19 10:19:22 +01:00
parent 87c849c0d6
commit faee0b2b0c
5 changed files with 15 additions and 14 deletions

View file

@ -20,7 +20,7 @@ use style_traits::CSSPixel;
mod compositor;
pub mod compositor_thread;
#[cfg(feature = "gleam")]
#[cfg(feature = "gl")]
mod gl;
mod touch;
pub mod windowing;