From bbb4db8d6ac2d22e8fc496988b117e53be4bbb90 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 8 Jan 2023 13:35:18 +0100 Subject: [PATCH] docs(readme): remove build status badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2ef4723..99e4565 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![License](https://img.shields.io/github/license/jcornaz/bvh-arena)](https://github.com/jcornaz/bvh-arena/blob/main/UNLICENSE) [![Crates.io](https://img.shields.io/crates/v/bvh-arena)](https://crates.io/crates/bvh-arena) [![Docs](https://img.shields.io/docsrs/bvh-arena)](https://docs.rs/bvh-arena) -[![Build](https://img.shields.io/github/actions/workflow/status/jcornaz/bvh-arena/build.yml)](https://github.com/jcornaz/bvh-arena/actions) A bounding-volume hierarchy for in-game broad-phase *collision detection* in rust