diff options
author | Silas Bartha <[email protected]> | 2024-06-05 13:40:23 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-06-05 13:40:23 -0400 |
commit | c30929cbd3302ddb869d25e7ea2bd151a4cdb91e (patch) | |
tree | c5cb54be35806a98843c317822ca80f7eba0bc49 /Cargo.toml | |
parent | 1addc01cacaf148547d999be0e4f964eabeed834 (diff) |
Ensured key release events are processed by input resource first
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.2.1" +version = "0.2.2" edition = "2021" [dependencies] |