From 95da89b0678ecf431c99280cbd87b5f78d181ab3 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 1 Aug 2016 10:29:21 -0300 Subject: [PATCH] Update src/README.md items --- src/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index dfbe6eae6..c67c5b937 100644 --- a/src/README.md +++ b/src/README.md @@ -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