From 79a1d21705215d8ed8bc5ff45cd73dba09b957b2 Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Wed, 14 Aug 2024 15:43:11 +0200 Subject: [PATCH] chore(Bevy): added missing dep --- crates/blenvy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/blenvy/Cargo.toml b/crates/blenvy/Cargo.toml index 37bbab0..779812f 100644 --- a/crates/blenvy/Cargo.toml +++ b/crates/blenvy/Cargo.toml @@ -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"