Added CI badge

This commit is contained in:
4bb4 2020-10-18 18:30:59 +02:00
parent 0af4203d4f
commit a7e20c8075

View file

@ -1,3 +1,4 @@
# implot-rs # implot-rs
Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running 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 The bindings are currently based on ImPlot version 0.7. See the status section below for
detailed information on implementation status. 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 **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. breaking changes between minor versions. Patch versions should be backwards compatible.
After 1.0, semver will be followed more properly. After 1.0, semver will be followed more properly.