mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Put malloc_size_of_derive on crates.io, and add a reduced fork of malloc_size_of for WebRender.
Differential Revision: https://phabricator.services.mozilla.com/D16353
This commit is contained in:
parent
5bf0eea1f8
commit
f2d6e07aa0
7 changed files with 5 additions and 366 deletions
|
@ -19,7 +19,7 @@ cssparser = "0.25"
|
|||
bitflags = "1.0"
|
||||
euclid = "0.19"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
selectors = { path = "../selectors" }
|
||||
serde = {version = "1.0", optional = true}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue