diff options
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", |