aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits/Cargo.toml
blob: 81f463ae2aa470a49750ed53701521cdd9c9f6a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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.14.0"
euclid = "0.14.4"
heapsize = "0.4"
heapsize_derive = "0.1"
ipc-channel = "0.7"
serde = "0.9"
serde_derive = "0.9"
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}