mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
12 lines
223 B
TOML
12 lines
223 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"
|
|
features = ["plugins"]
|