aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-02 00:07:54 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-03-02 00:07:54 -0500
commitd2cf499a1f730133a1a18bdbf7725ac02ac77232 (patch)
tree15c5b1081d12e8ae8c953113ea8ab55b68f8d6ef /examples/README.md
parentd8399bb044c1cd628490aecb1f18f9c70a79e673 (diff)
Add `colorful` DSL
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 157ac7a3..f623a42d 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,6 +1,7 @@
# Example Programs
- [base64](base64/): A base64 encoding/decoding library.
+- [colorful](colorful/): A DSL useful for rendering terminal colors.
- [game](game/): An example game using raylib.
- [http](http/http.tm): An HTTP library to make basic synchronous HTTP requests.
- [ini](ini/ini.tm): An INI configuration file reader tool.