From 7381f935aaf83d5b22409d72fd9b6c3e765c21ef Mon Sep 17 00:00:00 2001 From: Thomas Koehler Date: Sat, 17 Feb 2024 15:24:01 +0100 Subject: [PATCH] update build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b2e28c..acad85d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## rust_box2d [![Build Status](https://img.shields.io/travis/Bastacyclop/rust_box2d/master.svg?style=flat-square)](https://travis-ci.org/Bastacyclop/rust_box2d) [![Crates.io](https://img.shields.io/crates/v/wrapped2d.svg?style=flat-square)](https://crates.io/crates/wrapped2d) [![License](https://img.shields.io/crates/l/wrapped2d.svg?style=flat-square)](/LICENSE) +## rust_box2d [![Build Status](https://github.com/Bastacyclop/rust_box2d/actions/workflows/build.yml/badge.svg?branch=master)](https://travis-ci.org/Bastacyclop/rust_box2d) [![Crates.io](https://img.shields.io/crates/v/wrapped2d.svg?style=flat-square)](https://crates.io/crates/wrapped2d) [![License](https://img.shields.io/crates/l/wrapped2d.svg?style=flat-square)](/LICENSE) A library wrapping around the Box2D physics engine. It aims to provide an idiomatic interface.