Remove support for 1.16.0 :’(

This commit is contained in:
Brendan Zabarauskas 2017-07-23 01:46:49 +10:00
parent f33567a1dc
commit 9753f45b56
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,6 @@ rust:
- stable
- beta
- nightly
- 1.16.0
os:
- linux
- osx

View File

@ -2,7 +2,7 @@
**Still fairly experimental!**
Minimum Rust version: 1.16
Minimum Rust version: 1.17
[![Build Status](https://travis-ci.org/Gekkio/imgui-rs.svg?branch=master)](https://travis-ci.org/Gekkio/imgui-rs)
[![Latest release on crates.io](https://meritbadge.herokuapp.com/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_impl
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
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
build this libary and run the examples.
## How to contribute