Skip to content

Commit

Permalink
chore(Bevy): added missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosat-dev committed Aug 14, 2024
1 parent 46b846e commit 79a1d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blenvy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] } #, "file_watcher"
bevy = { version = "0.14", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_gltf", "bevy_animation"] } #, "file_watcher"
serde = "1.0.188"
ron = "0.8.1"
serde_json = "1.0.108"
Expand Down

0 comments on commit 79a1d21

Please sign in to comment.