зеркало из https://github.com/mozilla/gecko-dev.git
24 строки
564 B
TOML
24 строки
564 B
TOML
[package]
|
|
name = "canvas"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "canvas"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
azure = {git = "https://github.com/servo/rust-azure"}
|
|
canvas_traits = {path = "../canvas_traits"}
|
|
cssparser = "0.18"
|
|
euclid = "0.15"
|
|
gleam = "0.4"
|
|
ipc-channel = "0.8"
|
|
log = "0.3.5"
|
|
num-traits = "0.1.32"
|
|
offscreen_gl_context = { version = "0.11", features = ["serde"] }
|
|
servo_config = {path = "../config"}
|
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|