This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 5bb46e82cf5fc62c9f7ab73f1afcec274e6dcdb1 Author: David Capello <[email protected]> Date: Mon Feb 29 12:25:35 2016 -0300 Add more info about new libraries in src/ directory --- src/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index c538187..8c503a7 100644 --- a/src/README.md +++ b/src/README.md @@ -19,7 +19,9 @@ because they don't depend on any other component. * [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves). * [flic](flic/): Library to load/save FLI/FLC files. * [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. + * [wacom](wacom/): Wacom definitions to use Wintab API. ## Level 1 @@ -27,6 +29,7 @@ because they don't depend on any other component. * [gen](gen/) (base): Helper utility to generate C++ files from different XMLs. * [gfx](gfx/) (fixmath): Abstract graphics structures like point, size, rectangle, region, color, etc. * [net](net/) (base): Networking library to send HTTP requests. + * [pen](pen/) (base, wacom): Library to handle graphics tablet input. * [webserver](webserver/) (base): HTTP web server ## Level 2 @@ -47,7 +50,7 @@ because they don't depend on any other component. ## Level 5 - * [app](app/) (allegro, base, doc, filters, fixmath, gfx, iff, render, scripting, she, ui, undo, updater, webserver) + * [app](app/) (allegro, base, doc, filters, fixmath, gfx, iff, pen, render, scripting, she, ui, undo, updater, webserver) ## Level 6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

