mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-22 10:58:31 +00:00
Remove support for 1.16.0 :’(
This commit is contained in:
parent
f33567a1dc
commit
9753f45b56
@ -5,7 +5,6 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- 1.16.0
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Still fairly experimental!**
|
**Still fairly experimental!**
|
||||||
|
|
||||||
Minimum Rust version: 1.16
|
Minimum Rust version: 1.17
|
||||||
|
|
||||||
[](https://travis-ci.org/Gekkio/imgui-rs)
|
[](https://travis-ci.org/Gekkio/imgui-rs)
|
||||||
[](https://crates.io/crates/imgui)
|
[](https://crates.io/crates/imgui)
|
||||||
@ -59,8 +59,8 @@ Examples are under the imgui-examples directory.
|
|||||||
cargo run --example test_window
|
cargo run --example test_window
|
||||||
cargo run --example test_window_impl
|
cargo run --example test_window_impl
|
||||||
|
|
||||||
Note to Windows users: You will need to use the *MSVC ABI* version of the Rust compiler along
|
Note to Windows users: You will need to use the *MSVC ABI* version of the Rust compiler along
|
||||||
with its associated [dependencies](https://www.rust-lang.org/en-US/downloads.html#win-foot) to
|
with its associated [dependencies](https://www.rust-lang.org/en-US/downloads.html#win-foot) to
|
||||||
build this libary and run the examples.
|
build this libary and run the examples.
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user