Update README.md

This commit is contained in:
Booklordofthedings 2024-11-22 10:09:22 +01:00
parent 6fd444feec
commit befaf61310

View file

@ -14,6 +14,12 @@ however it may also be used for other things.
*The amount of memory used by Theater-ECS is minimized so that it mostly only uses which memory you are actually using and doesnt
allocate any large unused buffers.*
### Installation
No dependencies are required, so you can simply clone this library and add it as a dependency to your
Beef project.
BeefProj.toml: `Dependencies = {Theater-ECS = "*"}`
### Further information
- [Wiki](https://code.booklordofthe.dev/Theater/Theater-ECS/wiki)
- [Example Project](https://code.booklordofthe.dev/Theater/Theater-ECS-Example)