mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Note that this keeps using readback right now, `NativeSurface` painting will be implemented soon. Also see https://github.com/servo/servo/issues/6142
11 lines
200 B
TOML
11 lines
200 B
TOML
[package]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "gfx_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.azure]
|
|
git = "https://github.com/servo/rust-azure"
|