From ca1ca672d38d1f053adc42df81369be5efa951d6 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 12 Dec 2024 04:51:23 -0500 Subject: Removed build workflow --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7c3de07..371ba4b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![License](https://img.shields.io/badge/license-0BSD%2FMIT%2FApache-blue.svg) ![Tag](https://img.shields.io/github/v/tag/exvacuum/bevy_basic_interaction) -![Build](https://img.shields.io/github/actions/workflow/status/exvacuum/bevy_basic_interaction/rust.yml) This crate provides an `InteractionPlugin` which enables a basic interaction system. @@ -20,7 +19,7 @@ If enough people (like literally 1 person) want this on crates.io I'll consider ```toml [dependencies.bevy_basic_interaction] -git = "https://github.com/exvacuum/bevy_basic_interaction" +git = "https://git.exvacuum.dev/bevy_basic_interaction" ``` ## Usage -- cgit v1.2.3