aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-12 04:51:23 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-12 04:51:23 -0500
commitca1ca672d38d1f053adc42df81369be5efa951d6 (patch)
treef0431357c5169ef098c3653c98d26566634a6d79 /README.md
parent57827d53713e9bdf65a0bcc34fe670cfe8b356dd (diff)
Removed build workflowv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
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