summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-04-09 11:06:22 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-04-09 11:06:22 +0200
commitedaa457b3920e1632e3422e0171794e811ba4e19 (patch)
treee8676dfda5df183d41856deb7ce765f9a3bcb01c /README.md
parent809c20db8635917eace7ec5efb3a6b334a84e4fc (diff)
downloadprobe-edaa457b3920e1632e3422e0171794e811ba4e19.tar.gz
Added embedding binary data
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b9eb96..83cae60 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ running it.
| [d-x11](./d-x11) | dmd-2.110 | Uses X11 to create a basic window without any bindings needed. |
| [d-bmp-header](./d-bmp-header) | dmd-2.110 | Reads BMP image header and prints the information out. |
| [c-luajit](./c-luajit) | clang-19 | Testing execution speed of Lua vs Luajit vs embedded Luajit. |
+| [c-embedding-data](./c-embedding-data) | clang-19 | Embedding game assets to executable binary (with raylib). |
## License