1[package] 2name = "simple-ecs-test" 3edition = "2024" 4 5# We depend on bevy in both normal and dev dependencies to verify that the proc macros still work. 6 7[dependencies] 8bevy = { path = "../../" } 9 10[dev-dependencies] 11bevy = { path = "../../" } 12 13