Files
servo/tests/unit/gfx/Cargo.toml
2016-08-12 18:37:27 +02:00

16 lines
290 B
TOML

[package]
name = "gfx_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
name = "gfx_tests"
path = "lib.rs"
doctest = false
[dependencies]
gfx = {path = "../../../components/gfx"}
ipc-channel = "0.5"
style = {path = "../../../components/style"}