mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 13:28:28 +00:00
Bump minimum Rust version to 1.16
This commit is contained in:
parent
68fec8a870
commit
dfc8fe0921
@ -5,7 +5,7 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- 1.15.1
|
- 1.16
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
@ -18,8 +18,5 @@ before_install:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# 1.15 doesn't yet support cargo build --all
|
- cargo build --all --verbose
|
||||||
- cd imgui-sys && cargo build --verbose && cd ..
|
|
||||||
- cd imgui-glium-renderer && cargo build --verbose && cd ..
|
|
||||||
- cargo build --verbose
|
|
||||||
- cargo test --all --verbose
|
- cargo test --all --verbose
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Still fairly experimental!**
|
**Still fairly experimental!**
|
||||||
|
|
||||||
Minimum Rust version: 1.15
|
Minimum Rust version: 1.16
|
||||||
|
|
||||||
[](https://travis-ci.org/Gekkio/imgui-rs)
|
[](https://travis-ci.org/Gekkio/imgui-rs)
|
||||||
[](https://crates.io/crates/imgui)
|
[](https://crates.io/crates/imgui)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user