From 04fce1ed28f22f2c32fce25d8b7be75bf6e71c59 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 6 Dec 2020 08:48:04 -0800 Subject: [PATCH] Readme, ci --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.markdown | 9 +++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fbccf8..65c06a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,11 +78,11 @@ jobs: RUSTFLAGS: -D warnings RUST_BACKTRACE: 1 strategy: + fail-fast: false matrix: rust: - stable - beta - - 1.43.0 os: - ubuntu-latest - macos-latest diff --git a/Cargo.toml b/Cargo.toml index f819820..9bcb0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ members = [ "imgui-examples", "imgui-gfx-examples", ] -excluded = ["imgui-sys-bindgen"] +exclude = ["imgui-sys-bindgen"] diff --git a/README.markdown b/README.markdown index c96b9ed..13b2fc6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,14 +1,11 @@ # imgui-rs: Rust bindings for Dear ImGui -**Still fairly experimental!** - -Minimum Rust version: 1.43 - -Wrapped Dear ImGui version: 1.79 - [![Build Status](https://github.com/imgui-rs/imgui-rs/workflows/ci/badge.svg)](https://github.com/imgui-rs/imgui-rs/actions) [![Latest release on crates.io](https://meritbadge.herokuapp.com/imgui)](https://crates.io/crates/imgui) [![Documentation on docs.rs](https://docs.rs/imgui/badge.svg)](https://docs.rs/imgui) +[![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.79-blue.svg)](https://github.com/ocornut/imgui) + +(Recently under new maintenance, things subject to change) ![Hello world](hello_world.png)