diff options
author | Silas Bartha <[email protected]> | 2024-06-04 19:10:42 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-04 19:10:42 -0400 |
commit | dd0f84a6dc26cc041e5b1a6beeae6da8a72a76a5 (patch) | |
tree | f26e305d0146645bda4ef0e5424ccf052d740580 | |
parent | 4f6e38b62e59ca4f318b62c29e8b2373efa45157 (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # bevy_terminal_display +![](https://img.shields.io/github/v/tag/exvacuum/bevy_terminal_display) +![](https://img.shields.io/github/actions/workflow/status/exvacuum/bevy_terminal_display/rust.yml) +[![](https://img.shields.io/website?url=https%3A%2F%2Fexvacuum.github.io%2Fbevy_terminal_display%2F&label=docs)](https://exvacuum.github.io/bevy_terminal_display) A (very experimental) plugin for the [Bevy](https://bevyengine.org) engine which allows for rendering to a terminal window. |