Skip to content

Commit f042280

Browse files
committed
Add version for bevy_impulse_derive dependency
Signed-off-by: Michael X. Grey <[email protected]>
1 parent d741545 commit f042280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["reactive", "workflow", "behavior", "agent", "bevy"]
1111
categories = ["science::robotics", "asynchronous", "concurrency", "game-development"]
1212

1313
[dependencies]
14-
bevy_impulse_derive = { path = "macros" }
14+
bevy_impulse_derive = { path = "macros", version = "0.0.1" }
1515
bevy_ecs = "0.12"
1616
bevy_utils = "0.12"
1717
bevy_hierarchy = "0.12"

0 commit comments

Comments
 (0)