diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-02-23 08:39:47 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-02-23 08:39:47 -0700 |
commit | 91abf5557b1a324d6568ce08cfb92cdffca10e41 (patch) | |
tree | 4842bd2f8fcb0d3808a639d47936a41b8e40421d /components/layout/lib.rs | |
parent | f0b5794e44a2a28212aaf3fac4c340a3f32a8515 (diff) | |
parent | 2a50755c8a751218c8e3d5de53c831deaf061e64 (diff) | |
download | servo-91abf5557b1a324d6568ce08cfb92cdffca10e41.tar.gz servo-91abf5557b1a324d6568ce08cfb92cdffca10e41.zip |
auto merge of #5010 : SimonSapin/servo/external-selectors, r=larsberg
The new library is https://github.com/servo/rust-selectors. It’s not quite ready for other users (the API needs work), but this is a first step.
https://github.com/servo/rust-selectors/pull/2 should also be reviewed.
Fixes #3669.
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 44f8f49c056..837945eff81 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -41,6 +41,7 @@ extern crate style; extern crate "plugins" as servo_plugins; extern crate net; extern crate msg; +extern crate selectors; #[macro_use] extern crate "util" as servo_util; |