flax 0.7.1

An ergonomic archetypical ECS
Documentation
1
2
3
4
5
6
7
8
9
10
# Fundamentals

This chapter goes through the basic of using Flax.


To get started, add `flax` to the `Cargo.toml` file

```toml
flax = "0.2"
```