Use string-cache from crates.io

This commit is contained in:
Simon Sapin 2015-06-16 00:27:50 +02:00
parent dc1db5187e
commit 0229de822b
9 changed files with 31 additions and 81 deletions

View file

@ -14,12 +14,6 @@ path = "../../../components/style"
[dependencies.util]
path = "../../../components/util"
[dependencies.string_cache_plugin]
git = "https://github.com/servo/string-cache"
[dependencies.string_cache]
git = "https://github.com/servo/string-cache"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
@ -29,3 +23,5 @@ git = "https://github.com/servo/rust-selectors"
[dependencies]
url = "*"
cssparser = "0.3.1"
string_cache = "0.1"
string_cache_plugin = "0.1"