diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-06-05 10:53:49 -0400 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-06-05 10:54:40 -0400 |
commit | 2c44bf5efa1fa0894057eb4ed87dc88c9484c2e7 (patch) | |
tree | 8470eb1da103f5149ac9227d3b359637cf526c51 /Cargo.toml | |
parent | 8fe2406277eb11719a03122b82199c06e0f54ed0 (diff) |
Moved widget rendering back into display system
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.0" +version = "0.2.1" edition = "2021" [dependencies] |