diff options
author | makefunstuff <[email protected]> | 2024-07-03 00:32:06 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-03 00:32:06 +0200 |
commit | 2c2e3be090ff5217c9a776e5c9a816ebdff83539 (patch) | |
tree | 120bd04d73d4121b48ed466d0f295717c7299e38 | |
parent | 9918f45d60b85a325dd74003ff5b08d8bfab0e4f (diff) | |
download | tinkerbunk-2c2e3be090ff5217c9a776e5c9a816ebdff83539.tar.gz |
upd readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 15701e5..82363d9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ This is pool of ideas of what to implement in zig - [x] naive ls implementation - [x] naive socket server - [ ] naive grep implementation -- [ ] render some stuff with sdl +- [x] render some stuff with sdl - [ ] play with raylib -- [ ] interop with c project +- [x] interop with c project |