diff options
author | Silas Bartha <[email protected]> | 2024-07-24 12:02:10 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-07-24 12:02:10 -0400 |
commit | 345e0665bfc9cb796d054c106f56966e9d5a7e22 (patch) | |
tree | 5a4b371cbb8231048d13d07e0c4249834dbc379b /README.md | |
parent | f6b9eda55d3a2f3dbae7e1671138cf10d4151f17 (diff) |
Update to bevy 0.14 + Add 0BSD Optionv0.3.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |