fill in missing source structure in readme

This commit is contained in:
Green Sky 2020-10-01 17:26:35 +02:00
parent e74154ccee
commit 59355e26ed

View File

@ -44,6 +44,10 @@ MIT you bet
## Source Structure ## Source Structure
- framework (where most of the code lives)
- systems (some prepackaged [ecs-systems](docs/terminology.md) )
- screens (some prepackaged [`MM::Screen`s](docs/terminology.md) )
## Libraries Used ## Libraries Used
- [EnTT](https://github.com/skypjack/entt) - [EnTT](https://github.com/skypjack/entt)
- [glad](https://github.com/Dav1dde/glad) - [glad](https://github.com/Dav1dde/glad)