diff options
Diffstat (limited to 'doc/lib.txt')
-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 |