Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/tests-integration/simple-ecs-test/Cargo.toml
6592 views
1
[package]
2
name = "simple-ecs-test"
3
edition = "2024"
4
5
# We depend on bevy in both normal and dev dependencies to verify that the proc macros still work.
6
7
[dependencies]
8
bevy = { path = "../../" }
9
10
[dev-dependencies]
11
bevy = { path = "../../" }
12
13