diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-04 23:42:19 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-04 23:42:19 +0100 |
commit | f45a2f23b04aa1d37b482ba3d07980b73ce6a75d (patch) | |
tree | 5761b1d5dfea492f14052b3d2d640a374e49a454 /doc | |
parent | 048811b2be4ac05415e0ef67777dfd297f7be4d6 (diff) | |
download | Nim-f45a2f23b04aa1d37b482ba3d07980b73ce6a75d.tar.gz |
bugfix: macro evaluation; added colors.extractRGB
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index d5dfefabb..b6a75377f 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -196,9 +196,23 @@ Cryptography and Hashing This module implements the MD5 checksum algorithm. +Multimedia support +------------------ + +* `colors <colors.html>`_ + This module implements color handling for Nimrod. It is used by + the ``graphics`` module. + + + Impure libraries ================ +* `graphics <graphics>`_ + This module implements graphical output for Nimrod; the current + implementation uses SDL but the interface is meant to support multiple + backends some day. + * `dialogs <dialogs.html>`_ This module implements portable dialogs for Nimrod; the implementation builds on the GTK interface. On Windows, native dialogs are shown if |