servo/components/canvas_traits/Cargo.toml
2017-06-16 15:05:46 +02:00

19 lines
386 B
TOML

[package]
name = "canvas_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "canvas_traits"
path = "lib.rs"
[dependencies]
cssparser = "0.16"
euclid = "0.15"
heapsize = "0.4"
heapsize_derive = "0.1"
ipc-channel = "0.8"
serde = "1.0"
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}