mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
30 lines
709 B
TOML
30 lines
709 B
TOML
[package]
|
|
name = "canvas_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "canvas_traits"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
webgl_backtrace = []
|
|
|
|
[dependencies]
|
|
cssparser = "0.27.1"
|
|
euclid = "0.20"
|
|
ipc-channel = "0.12"
|
|
lazy_static = "1"
|
|
malloc_size_of = { path = "../malloc_size_of" }
|
|
malloc_size_of_derive = "0.1"
|
|
pixels = {path = "../pixels"}
|
|
serde = "1.0"
|
|
serde_bytes = "0.11"
|
|
servo_config = {path = "../config"}
|
|
sparkle = "0.1"
|
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|
webvr_traits = {path = "../webvr_traits"}
|
|
webxr-api = {git = "https://github.com/servo/webxr", features = ["ipc"]}
|