mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove rust-encoding from geckolib.
It wasn’t used, gecko always passes UTF-8 for parsing stylesheets.
This commit is contained in:
parent
e34aac03ff
commit
19c71a9082
4 changed files with 93 additions and 77 deletions
|
@ -43,7 +43,6 @@ extern crate atomic_refcell;
|
|||
extern crate bitflags;
|
||||
#[cfg(feature = "gecko")] #[macro_use] #[no_link] extern crate cfg_if;
|
||||
#[macro_use] extern crate cssparser;
|
||||
extern crate encoding;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
#[cfg(feature = "gecko")] #[macro_use] pub mod gecko_string_cache;
|
||||
|
@ -89,6 +88,7 @@ pub mod custom_properties;
|
|||
pub mod data;
|
||||
pub mod dom;
|
||||
pub mod element_state;
|
||||
#[cfg(feature = "servo")] mod encoding_support;
|
||||
pub mod error_reporting;
|
||||
pub mod font_face;
|
||||
pub mod font_metrics;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue