mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
35 lines
631 B
TOML
35 lines
631 B
TOML
[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.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
|
|
|
|
[dependencies.canvas_traits]
|
|
path = "../canvas_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.gfx_traits]
|
|
path = "../gfx_traits"
|
|
|
|
[dependencies.offscreen_gl_context]
|
|
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
|
features = ["texture_surface"]
|
|
|
|
[dependencies]
|
|
log = "*"
|
|
cssparser = "0.3.1"
|
|
num = "0.1.24"
|
|
gleam = "0.1"
|
|
euclid = "0.1"
|