Update src/README.md

This commit is contained in:
David Capello 2014-06-14 00:50:10 -03:00
parent 07aaa78ea9
commit a21340cbf7

View File

@ -22,11 +22,12 @@ because they don't depend on any other component.
## Level 1
* [cfg](cfg/) (base, allegro): Library to handle configuration/settings/user preferences.
* [doc](doc/) (base, gfx): Document model library (business layer, replacement of `raster` library).
* [net](net/) (base): Networking library to send HTTP requests.
* [raster](raster/) (base, gfx): Library to handle graphics entities like sprites, images, frames.
* [she](she/) (allegro): A (Work In Progress) wrapper for Allegro library.
* [webserver](webserver/) (base): HTTP web server (based on [mongoose](https://github.com/valenok/mongoose))
* [doc](doc/) (base, gfx): Document model library (business layer, replacement of `raster` library).
## Level 2