Move gecko_* into style::gecko

Prepping for the next stage where most of geckolib/ is popped in here
This commit is contained in:
Manish Goregaokar 2016-09-22 16:05:14 +05:30
parent c6787458d9
commit bc9cbc87ba
8 changed files with 14 additions and 16 deletions

View file

@ -90,10 +90,8 @@ pub mod domrefcell;
pub mod element_state;
pub mod error_reporting;
pub mod font_face;
#[cfg(feature = "gecko")] pub mod gecko_conversions;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko_bindings;
#[cfg(feature = "gecko")] pub mod gecko_selector_impl;
#[cfg(feature = "gecko")] pub mod gecko_values;
pub mod keyframes;
pub mod logical_geometry;
pub mod matching;