mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move gecko_* into style::gecko
Prepping for the next stage where most of geckolib/ is popped in here
This commit is contained in:
parent
c6787458d9
commit
bc9cbc87ba
8 changed files with 14 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue