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

@ -53,9 +53,6 @@ git = "https://github.com/servo/skia"
[dependencies.script_traits]
path = "../script_traits"
[dependencies.string_cache]
git = "https://github.com/servo/string-cache"
[dependencies]
log = "*"
fnv = "1.0"
@ -67,6 +64,7 @@ libc = "*"
rand = "*"
harfbuzz = "0.1"
smallvec = "0.1"
string_cache = "0.1"
[target.x86_64-apple-darwin.dependencies]
core-foundation = "*"