Added CI badge
This commit is contained in:
parent
0af4203d4f
commit
a7e20c8075
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue