mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
This commit also: * Allows to return non-rootable dictionaries from Codegen. * Merges the two context types in an enum type.
26 lines
529 B
TOML
26 lines
529 B
TOML
[package]
|
|
name = "canvas_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "canvas_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.gfx_traits]
|
|
path = "../gfx_traits"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.azure]
|
|
git = "https://github.com/servo/rust-azure"
|
|
|
|
[dependencies.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
|
|
[dependencies.offscreen_gl_context]
|
|
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
|
|
|
[dependencies]
|
|
cssparser = "0.3.1"
|