mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 23:18:28 +00:00
Add travis badges to all published crates
This commit is contained in:
parent
c74c51c58b
commit
a707af1511
@ -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 = "../" }
|
||||
|
||||
@ -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 = "../" }
|
||||
|
||||
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user