servo/components/gfx_traits/Cargo.toml

17 lines
323 B
TOML

[package]
name = "gfx_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false
[lib]
name = "gfx_traits"
path = "lib.rs"
[dependencies]
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
range = {path = "../range"}
serde = "1.0"