aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-12 09:05:17 -0300
committermat <git@matdoes.dev>2025-12-12 09:05:17 -0300
commitb6e2e14e67c71a7b8473ea56e3caaf33fd50905d (patch)
tree7c83461a78d086920cebb2002ae8429f752d5a60 /Cargo.toml
parentca70e5e321a3c174c53d0650feed84db471ac30d (diff)
downloadazalea-drasl-b6e2e14e67c71a7b8473ea56e3caaf33fd50905d.tar.xz
move update_fluid_on_eyes from Update to GameTick
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 6ed73601..434fe6ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,7 @@ async-compat = "0.2.5"
base64 = "0.22.1"
bevy_app = "0.17.2"
bevy_ecs = { version = "0.17.2", default-features = false }
+bevy_utils = { version = "0.17.2", default-features = false }
bevy_log = "0.17.2"
bevy_tasks = "0.17.2"
bevy_time = "0.17.2"