mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
20 lines
411 B
TOML
20 lines
411 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.13.3"
|
|
euclid = "0.11"
|
|
heapsize = "0.3.0"
|
|
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"]}
|