aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/Cargo.toml
blob: 7b80f00f12df62f2c5e0549d705cbca859765253 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "canvas"
version = "0.0.1"
authors = ["The Servo Project Developers"]

[lib]
name = "canvas"
path = "lib.rs"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"

[dependencies.geom]
git = "https://github.com/servo/rust-geom"