Update references to malloc_size_of_derive, which is in crates.io now.

This commit is contained in:
Emilio Cobos Álvarez 2019-01-13 21:46:40 +01:00
parent 8101539c0a
commit 122f8ed1bb
15 changed files with 33 additions and 31 deletions

View file

@ -20,7 +20,7 @@ ipc-channel = "0.11"
gleam = "0.6.7"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
malloc_size_of_derive = "0.1"
offscreen_gl_context = {version = "0.21", features = ["serde"]}
pixels = {path = "../pixels"}
serde = "1.0"