summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wr_malloc_size_of/Cargo.toml
blob: d5e5f0d10c21470bc2306d94f7e84b8dacd9fe3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["The Servo Project Developers"]
description = "Internal utility to measure memory usage in WebRender."
name = "wr_malloc_size_of"
version = "0.0.2"
license = "MIT/Apache-2.0"
edition = "2018"

[lib]
path = "lib.rs"

[dependencies]
app_units = "0.7"
euclid = "0.22"