mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use string-cache from crates.io
This commit is contained in:
parent
dc1db5187e
commit
0229de822b
9 changed files with 31 additions and 81 deletions
|
@ -55,12 +55,6 @@ git = "https://github.com/servo/rust-selectors"
|
|||
[dependencies.geom]
|
||||
git = "https://github.com/servo/rust-geom"
|
||||
|
||||
[dependencies.string_cache]
|
||||
git = "https://github.com/servo/string-cache"
|
||||
|
||||
[dependencies.string_cache_plugin]
|
||||
git = "https://github.com/servo/string-cache"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
|
@ -77,3 +71,5 @@ rustc-serialize = "0.3"
|
|||
libc = "*"
|
||||
cssparser = "0.3.1"
|
||||
smallvec = "0.1"
|
||||
string_cache = "0.1"
|
||||
string_cache_plugin = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue