bevy/crates/bevy_ecs
Telzhaak 61c9a40fde
[Bugfix] add_stage now checks Stage existence (#1346)
add_stage now checks stage existence
2021-01-30 12:10:14 -08:00
..
benches combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863) 2020-11-15 20:32:23 -08:00
macros Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
src [Bugfix] add_stage now checks Stage existence (#1346) 2021-01-30 12:10:14 -08:00
Cargo.toml Update rand requirement from 0.7 to 0.8 (#1114) 2021-01-17 13:43:03 -08:00
LICENSE_APACHE combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863) 2020-11-15 20:32:23 -08:00
LICENSE_MIT combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863) 2020-11-15 20:32:23 -08:00
README.md combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863) 2020-11-15 20:32:23 -08:00

Bevy ECS

Bevy Engine's entity component system

Licensing

Bevy ECS has its roots in hecs, which is licensed as Apache 2.0. All original hecs code is licensed under Apache 2.0. All added/modified code is dual licensed under MIT and Apache 2.0. Files with an Apache 2.0 license header (with Google LLC as the copyright holder) were from the "original hecs" codebase. Files without the header were created by Bevy contributors.