mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove servo_config dependency for geckolib
This commit is contained in:
parent
3150a92651
commit
c857878ce9
6 changed files with 53 additions and 12 deletions
|
@ -70,7 +70,7 @@ extern crate rayon;
|
|||
extern crate selectors;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate servo_atoms;
|
||||
extern crate servo_config;
|
||||
#[cfg(feature = "servo")] extern crate servo_config;
|
||||
#[cfg(feature = "servo")] extern crate servo_url;
|
||||
extern crate smallvec;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue