mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use encoding-rs instead of rust-encoding for CSS parsing
This commit is contained in:
parent
a3ac21d23d
commit
3c36a36cc9
6 changed files with 37 additions and 26 deletions
|
@ -35,6 +35,7 @@ extern crate dom_struct;
|
|||
#[macro_use]
|
||||
extern crate domobject_derive;
|
||||
extern crate encoding;
|
||||
extern crate encoding_rs;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
extern crate gleam;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue