summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-26 14:00:40 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-26 14:00:40 +0200
commit7e7dccf4324fafdc1814854886075b1f7b9208c0 (patch)
tree26130882fc9daa8b09b6d979da104ecfc08fca25 /Cargo.toml
parent1f356482b692d3b1a86026996f89d65ca82e0678 (diff)
downloadgame-project-rs-master.tar.gz
game-project-rs-master.tar.bz2
game-project-rs-master.zip
feat: benny hill chase simulatorHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd8c1ff..dbc9d7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
bevy = "0.15.1"
+bevy_render = "0.15.1"