hecs 0.7.1

A fast, minimal, and ergonomic entity-component-system library
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: derive(Query) may only be applied to structs
 --> $DIR/enum.rs:4:6
  |
4 | enum Foo {}
  |      ^^^

error: derive(Bundle) does not support enums or unions
 --> $DIR/enum.rs:7:6
  |
7 | enum Bar {}
  |      ^^^