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