Update README.md
This commit is contained in:
parent
6fd444feec
commit
befaf61310
1 changed files with 6 additions and 0 deletions
|
@ -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
|
*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.*
|
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
|
### Further information
|
||||||
- [Wiki](https://code.booklordofthe.dev/Theater/Theater-ECS/wiki)
|
- [Wiki](https://code.booklordofthe.dev/Theater/Theater-ECS/wiki)
|
||||||
- [Example Project](https://code.booklordofthe.dev/Theater/Theater-ECS-Example)
|
- [Example Project](https://code.booklordofthe.dev/Theater/Theater-ECS-Example)
|
Loading…
Add table
Reference in a new issue