aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx_traits/Cargo.toml
blob: 142a644e3940fc24bf6dd5f1296a7291e94e6f18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 = { workspace = true }
range = { path = "../range" }
serde = { workspace = true }
webrender_api = { git = "https://github.com/servo/webrender" }