From 9753f45b560a4a6ca57e9727cfab60df8f74e593 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sun, 23 Jul 2017 01:46:49 +1000 Subject: [PATCH] =?UTF-8?q?Remove=20support=20for=201.16.0=20:=E2=80=99(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 - README.markdown | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 254b074..7bad4de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ rust: - stable - beta - nightly - - 1.16.0 os: - linux - osx diff --git a/README.markdown b/README.markdown index c2bc5b0..60291b4 100644 --- a/README.markdown +++ b/README.markdown @@ -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