All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
resources-interop
feature: when enabled, allowsExecutor::run()
to also acceptResources
struct from theresources
crate in place of resources argument.SystemContext::reserve_entity()
,::contains()
,::archetypes()
, and::archetype_generation()
, mirroring similar methods ofhecs::World
.- CI badge.
Executor::run()
now usesrayon::scope_fifo()
.- Minor doc tweaks.
- Fixed changelog dates.
- Internal refactors.
test
feature.
0.1.0 - 2020-06-06
- Full rewrite.
0.0.0-aplha1 - 2020-01-14
- Initial release.