From a7e20c8075a76a8ed689044bc635d8dbd8463260 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Sun, 18 Oct 2020 18:30:59 +0200 Subject: [PATCH] Added CI badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff3639b..da5963c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # implot-rs Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running @@ -6,6 +7,9 @@ Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running The bindings are currently based on ImPlot version 0.7. See the status section below for detailed information on implementation status. +[![Docs.rs documentation](https://docs.rs/implot/badge.svg)](https://docs.rs/implot/) +![Tests](https://github.com/4bb4/implot-rs/workflows/Tests/badge.svg) + **Important note:** As long as the code is pre-1.0 release, the API is expected to have breaking changes between minor versions. Patch versions should be backwards compatible. After 1.0, semver will be followed more properly.