Add travis badges to all published crates

This commit is contained in:
Joonas Javanainen 2017-07-23 14:12:07 +03:00
parent c74c51c58b
commit a707af1511
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
3 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,9 @@ repository = "https://github.com/Gekkio/imgui-rs"
license = "MIT/Apache-2.0"
categories = ["gui", "rendering"]
[badges]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
gfx = "0.16"
imgui = { version = "0.0.16-pre", path = "../" }

View File

@ -8,6 +8,9 @@ repository = "https://github.com/Gekkio/imgui-rs"
license = "MIT/Apache-2.0"
categories = ["gui", "rendering"]
[badges]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
glium = { version = "0.17", default-features = false }
imgui = { version = "0.0.16-pre", path = "../" }

View File

@ -9,6 +9,9 @@ license = "MIT/Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs"
[badges]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
bitflags = "0.9"
glium = { version = "0.17", default-features = false, optional = true }