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:
Bobby Holley 2019-01-12 19:21:56 +00:00 committed by Emilio Cobos Álvarez
parent 5bf0eea1f8
commit f2d6e07aa0
7 changed files with 5 additions and 366 deletions

View file

@ -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}