aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-06-05 10:53:49 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-06-05 10:54:40 -0400
commit2c44bf5efa1fa0894057eb4ed87dc88c9484c2e7 (patch)
tree8470eb1da103f5149ac9227d3b359637cf526c51 /Cargo.toml
parent8fe2406277eb11719a03122b82199c06e0f54ed0 (diff)
Moved widget rendering back into display system
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b8a967..14f8c5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_terminal_display"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
[dependencies]