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/servo/Cargo.lock | |
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/servo/Cargo.lock')
-rw-r--r-- | components/servo/Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 00bedcf93f6..fea1d2740c5 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -517,6 +517,7 @@ dependencies = [ "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "script 0.0.1", "script_traits 0.0.1", + "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "style 0.0.1", @@ -720,6 +721,7 @@ dependencies = [ "plugins 0.0.1", "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", + "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "style 0.0.1", @@ -743,6 +745,18 @@ dependencies = [ ] [[package]] +name = "selectors" +version = "0.1.0" +source = "git+https://github.com/servo/rust-selectors#1e5bbf16eee3adeec1e911c7eaa8f2be02cd4c67" +dependencies = [ + "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.2.0 (git+https://github.com/servo/rust-cssparser)", + "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", +] + +[[package]] name = "skia" version = "0.0.20130412" source = "git+https://github.com/servo/skia?branch=upstream-2014-06-16#76b626df0d6cfb32eb1ee5ba3c7b52aadd5a42e3" @@ -788,6 +802,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mod_path 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", + "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "text_writer 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -853,6 +868,7 @@ dependencies = [ "plugins 0.0.1", "rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", + "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "task_info 0.0.1", |