mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
19 lines
348 B
TOML
19 lines
348 B
TOML
[package]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "gfx_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
heapsize = "0.3.0"
|
|
heapsize_derive = "0.1"
|
|
plugins = {path = "../plugins"}
|
|
range = {path = "../range"}
|
|
rustc-serialize = "0.3"
|
|
serde = "0.8"
|
|
serde_derive = "0.8"
|