summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-03-04 23:42:19 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-03-04 23:42:19 +0100
commitf45a2f23b04aa1d37b482ba3d07980b73ce6a75d (patch)
tree5761b1d5dfea492f14052b3d2d640a374e49a454 /doc
parent048811b2be4ac05415e0ef67777dfd297f7be4d6 (diff)
downloadNim-f45a2f23b04aa1d37b482ba3d07980b73ce6a75d.tar.gz
bugfix: macro evaluation; added colors.extractRGB
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt14
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