Update src/README.md items

This commit is contained in:
David Capello 2016-08-01 10:29:21 -03:00
parent 5ea955df4d
commit 95da89b067

View File

@ -15,13 +15,15 @@ because they don't depend on any other component.
* [allegro](allegro/): Modified version of [Allegro](http://alleg.sourceforge.net/) library, used for keyboard/mouse input, and drawing 2D graphics on screen.
* [base](base/): Core/basic stuff, multithreading, utf8, sha1, file system, memory, etc.
* [clip](https://github.com/aseprite/clip): Clipboard library.
* [css](css/): Pseudo-style sheet library.
* [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves).
* [flic](flic/): Library to load/save FLI/FLC files.
* [flic](https://github.com/aseprite/flic): Library to load/save FLI/FLC files.
* [gfx](gfx/): Abstract graphics structures like point, size, rectangle, region, color, etc.
* [observable](https://github.com/dacap/observable): Signal/slot functions.
* [scripting](scripting/): JavaScript engine.
* [steam](steam/): Steam API wrapper to avoid static linking to the .lib file.
* [undo](undo/): Generic library to manage a history of undoable commands.
* [undo](https://github.com/aseprite/undo): Generic library to manage a history of undoable commands.
* [wacom](wacom/): Wacom definitions to use Wintab API.
## Level 1