Skip to content

Commit

Permalink
Change readme build status badge to Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcy committed Dec 9, 2020
1 parent 9f949a6 commit f2ae5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## objzero

[![Appveyor CI Build Status](https://ci.appveyor.com/api/projects/status/github/jpcy/objzero?branch=master&svg=true)](https://ci.appveyor.com/project/jpcy/objzero) [![Travis CI Build Status](https://travis-ci.org/jpcy/objzero.svg?branch=master)](https://travis-ci.org/jpcy/objzero) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Actions Status](https://github.com/jpcy/objzero/workflows/build/badge.svg)](https://github.com/jpcy/objzero/actions) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A Wavefront .obj file loader written in C (C99). The API is simple. The output data is ready for graphics APIs.

Expand Down

0 comments on commit f2ae5fe

Please sign in to comment.