mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-23 11:28:28 +00:00
Use a Cargo workspace
This commit is contained in:
parent
0d25b22804
commit
7351038ff8
@ -12,5 +12,10 @@ cache: cargo
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo build --all --verbose
|
||||||
|
- cargo test --all --verbose
|
||||||
|
|||||||
@ -11,3 +11,6 @@ categories = ["gui", "api-bindings"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
imgui-sys = { version = "0.0.13-pre", path = "imgui-sys" }
|
imgui-sys = { version = "0.0.13-pre", path = "imgui-sys" }
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = ["imgui-sys", "imgui-glium-renderer"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user