diff options
Diffstat (limited to 'components/gfx_traits/Cargo.toml')
-rw-r--r-- | components/gfx_traits/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml new file mode 100644 index 00000000000..913e973d163 --- /dev/null +++ b/components/gfx_traits/Cargo.toml @@ -0,0 +1,11 @@ +[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" |