bevy/crates/bevy_ecs
Lukas Orsvärn e1b995f0b0
Add documentation for bevy::ecs::Query::removed (#950)
Add documentation for bevy::ecs::Query::removed
2020-12-07 12:41:40 -08:00
..
benches
macros Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
src Add documentation for bevy::ecs::Query::removed (#950) 2020-12-07 12:41:40 -08:00
Cargo.toml
LICENSE_APACHE
LICENSE_MIT
README.md

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.