hecs 0.11.0

A fast, minimal, and ergonomic entity-component-system library
Documentation
1
2
3
4
5
6
use hecs::Bundle;

#[derive(Bundle)]
enum Foo {}

fn main() {}