10 lines
206 B
Markdown
10 lines
206 B
Markdown
# CLAUDE.md
|
|
|
|
## Dependencies
|
|
|
|
### Flecs (ECS Framework)
|
|
Documentation is located at `build/flecs-src/docs/`. If the docs are not available, run CMake to fetch and build dependencies:
|
|
```
|
|
cmake -B build
|
|
```
|