Skip to content

Commit

Permalink
Add version for bevy_impulse_derive dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Aug 27, 2024
1 parent d741545 commit f042280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["reactive", "workflow", "behavior", "agent", "bevy"]
categories = ["science::robotics", "asynchronous", "concurrency", "game-development"]

[dependencies]
bevy_impulse_derive = { path = "macros" }
bevy_impulse_derive = { path = "macros", version = "0.0.1" }
bevy_ecs = "0.12"
bevy_utils = "0.12"
bevy_hierarchy = "0.12"
Expand Down

0 comments on commit f042280

Please sign in to comment.