mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 05:58:35 +00:00
Use a Cargo workspace
This commit is contained in:
parent
0d25b22804
commit
7351038ff8
@ -12,5 +12,10 @@ cache: cargo
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
script:
|
||||
- cargo build --all --verbose
|
||||
- cargo test --all --verbose
|
||||
|
||||
@ -11,3 +11,6 @@ categories = ["gui", "api-bindings"]
|
||||
|
||||
[dependencies]
|
||||
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