aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-18 15:38:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-18 15:38:42 -0400
commit2d78f11400d61f89845678b40e7b0682f14bba7f (patch)
tree07cdc76048bc31ed4d57d86823ebb6d4d5f4d044 /examples/README.md
parent63affe6d2466b622890f34b6ca562ea5ecc98f65 (diff)
Remove coroutine example for now
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 330b0e18..4cf3562c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,7 +1,5 @@
# Example Programs
-- [coroutine](coroutine/coroutine.tm): A library for coroutines similar to Lua's
- (using [libaco](https://libaco.org)).
- [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.