Skip to content

Tags: amethyst/legion

Tags

v0.4.0

Toggle v0.4.0's commit message
Bump version to v0.4.0

v0.3.1

Toggle v0.3.1's commit message
Fixes:

 * `QueryResult::split_at` splitting at the concorrect indexes. This fixes a **critical bug** which would cause the incorrect components to be returned from parallel iterators, potentially resulting in mutable aliases.
 * `SystemBuilder` requiring `Send` be implemented for its resource tuple type.
 * Various broken documentation links.

v0.3.0

Toggle v0.3.0's commit message
Ignore system tests when system feature is disabled