Make characters visible

This commit is contained in:
2023-10-17 11:08:31 -05:00
parent 783021d5f3
commit ad2a304455
4 changed files with 134 additions and 135 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.11.2"
bevy = { version = "0.11.3", features = ["dynamic_linking"] }
rand = "0.8.5"