aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-10-31 17:52:31 +0100
committerSimon Sapin <simon.sapin@exyr.org>2017-10-31 19:08:43 +0100
commit3c36a36cc942a6cce52d4575ad6c26bbde6e4bd7 (patch)
tree2195f088d8a31d195f76b61984be05f591f430e1 /components/script/lib.rs
parenta3ac21d23d3fc717334bf4c8df0f9b1c613cbaaa (diff)
downloadservo-3c36a36cc942a6cce52d4575ad6c26bbde6e4bd7.tar.gz
servo-3c36a36cc942a6cce52d4575ad6c26bbde6e4bd7.zip
Use encoding-rs instead of rust-encoding for CSS parsing
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 88fe2b4f593..74276422207 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -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;