chore(Bevy): fix attempt

This commit is contained in:
kaosat.dev 2024-08-14 16:14:11 +02:00
parent 79a1d21705
commit 9ffe83c0bd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
workspace = true
[dependencies]
bevy = { version = "0.14", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_gltf", "bevy_animation"] } #, "file_watcher"
bevy = { version = "0.14", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_gltf", "animation"] }
serde = "1.0.188"
ron = "0.8.1"
serde_json = "1.0.108"