mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue