Skip to content

Commit

Permalink
Mostly-complete implementation of animation graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Feb 3, 2024
1 parent 602515d commit 8163c6c
Show file tree
Hide file tree
Showing 9 changed files with 700 additions and 45 deletions.
5 changes: 5 additions & 0 deletions crates/bevy_animation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ keywords = ["bevy"]
bevy_app = { path = "../bevy_app", version = "0.12.0" }
bevy_asset = { path = "../bevy_asset", version = "0.12.0" }
bevy_core = { path = "../bevy_core", version = "0.12.0" }
bevy_derive = { path = "../bevy_derive", version = "0.12.0" }
bevy_math = { path = "../bevy_math", version = "0.12.0" }
bevy_reflect = { path = "../bevy_reflect", version = "0.12.0", features = [
"bevy",
"petgraph",
] }
bevy_render = { path = "../bevy_render", version = "0.12.0" }
bevy_time = { path = "../bevy_time", version = "0.12.0" }
Expand All @@ -24,5 +26,8 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.12.0" }
bevy_transform = { path = "../bevy_transform", version = "0.12.0" }
bevy_hierarchy = { path = "../bevy_hierarchy", version = "0.12.0" }

# other
petgraph = "0.6"

[lints]
workspace = true
Loading

0 comments on commit 8163c6c

Please sign in to comment.