diff options
author | Silas Bartha <[email protected]> | 2024-07-31 21:06:04 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-07-31 21:06:04 -0400 |
commit | 130ddd81170fed904218381d7182c36fd78e9d6d (patch) | |
tree | 465a44a447a8875270fca4b50a6a39a90466ad0b /Cargo.toml | |
parent | 15c97f12e9c78da55ae7663e9f653cb0bc98d289 (diff) |
Fix just pressedv0.4.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "bevy_terminal_display" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "0BSD OR MIT OR Apache-2.0" description = "A plugin for the Bevy game engine which enables rendering to a terminal using unicode braille characters." |