mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Say farewell to in-tree HeapSizeOf
This commit is contained in:
parent
9932a5cf82
commit
cb5cd8d881
80 changed files with 245 additions and 733 deletions
|
@ -66,11 +66,13 @@ path = "../gfx_traits"
|
|||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
bitflags = "0.3"
|
||||
caseless = "0.1.0"
|
||||
cssparser = {version = "0.5.2", features = ["serde-serialization"]}
|
||||
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
|
||||
encoding = "0.2"
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
fnv = "1.0"
|
||||
html5ever = {version = "0.4.2", features = ["unstable"]}
|
||||
heapsize = "0.2.5"
|
||||
heapsize_plugin = "0.1.2"
|
||||
html5ever = {version = "0.4.2", features = ["heap_size", "unstable"]}
|
||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||
image = "0.5.0"
|
||||
libc = "0.2"
|
||||
|
@ -79,12 +81,12 @@ num = "0.1.24"
|
|||
rand = "0.3"
|
||||
ref_slice = "0.1.0"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.4.1"
|
||||
selectors = {version = "0.4.1", features = ["heap_size"]}
|
||||
serde = "0.6"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.7", features = ["unstable"]}
|
||||
string_cache = {version = "0.2.7", features = ["heap_size", "unstable"]}
|
||||
time = "0.1.12"
|
||||
unicase = "1.0"
|
||||
url = "0.5.4"
|
||||
url = {version = "0.5.4", features = ["heap_size"]}
|
||||
uuid = "0.1.16"
|
||||
websocket = "0.14.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue