aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-09 14:48:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-09 14:48:24 -0400
commit43c595cafe3a09c52a098774671bb55c7e80f128 (patch)
treee5e8c037ab43b946bfa59d1ec178c61f4ade25ee /examples/README.md
parentdad567bfc85c0f8c767e0f1cf818493f8143d871 (diff)
Remove example module for files
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 2dbd4806..174546b6 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,7 +2,6 @@
- [coroutine.tm](coroutine.tm): A library for coroutines similar to Lua's
(using [libaco](https://libaco.org)).
-- [file.tm](file.tm): A file handling module.
- [game/](game/): An example game using raylib.
- [ini.tm](ini.tm): An INI configuration file reader tool.
- [vectors.tm](vectors.tm): A math vector library.