aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-07-24 12:02:10 -0400
committerLibravatar Silas Bartha <[email protected]>2024-07-24 12:02:10 -0400
commit345e0665bfc9cb796d054c106f56966e9d5a7e22 (patch)
tree5a4b371cbb8231048d13d07e0c4249834dbc379b /README.md
parentf6b9eda55d3a2f3dbae7e1671138cf10d4151f17 (diff)
Update to bevy 0.14 + Add 0BSD Optionv0.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e338250..62ad56b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# bevy_terminal_display
+[![Crates](https://img.shields.io/crates/v/bevy_terminal_display)](https://crates.io/crates/bevy_terminal_display)
![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
![Tag](https://img.shields.io/github/v/tag/exvacuum/bevy_terminal_display)
![Build](https://img.shields.io/github/actions/workflow/status/exvacuum/bevy_terminal_display/rust.yml)
@@ -24,10 +25,17 @@ Features Include:
| Crate Version | Bevy Version |
|--- |--- |
+| 0.3 | 0.14 |
| 0.2 | 0.13 |
## Installation
+### crates.io
+```toml
+[dependencies]
+bevy_terminal_display = "0.3"
+```
+
### Using git URL in Cargo.toml
```toml
[dependencies.bevy_terminal_display]
@@ -69,5 +77,7 @@ commands.spawn((
));
```
+## License
+This crate is licensed under your choice of 0BSD, Apache-2.0, or MIT license.