Bug 1857841 - pt 3. Add a new page kind named "fresh" r=glandium
[gecko.git] / gfx / wr / wr_malloc_size_of / Cargo.toml
blobd5e5f0d10c21470bc2306d94f7e84b8dacd9fe3c
1 [package]
2 authors = ["The Servo Project Developers"]
3 description = "Internal utility to measure memory usage in WebRender."
4 name = "wr_malloc_size_of"
5 version = "0.0.2"
6 license = "MIT/Apache-2.0"
7 edition = "2018"
9 [lib]
10 path = "lib.rs"
12 [dependencies]
13 app_units = "0.7"
14 euclid = "0.22"