Use a Cargo workspace

This commit is contained in:
Joonas Javanainen 2017-04-25 23:05:49 +03:00
parent 0d25b22804
commit 7351038ff8
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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"]