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

@ -44,7 +44,7 @@ itoa = "0.4"
lazy_static = "1"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
malloc_size_of_derive = "0.1"
matches = "0.1"
num_cpus = {version = "1.1.0"}
num-integer = "0.1"