aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-04 01:33:54 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-04 01:33:54 -0500
commit8b619fdef07f8b1eaf7a85110ec9a897f687264b (patch)
tree30ddf869a08b1c73414c7448578ae41e4f4e0661 /examples/README.md
parentdc7289b239fafe29df44ced065cd8861ceb1fec3 (diff)
Add base64 lib
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 4cf3562c..157ac7a3 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,5 +1,6 @@
# Example Programs
+- [base64](base64/): A base64 encoding/decoding library.
- [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.