diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 11:06:22 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 11:06:22 +0200 |
| commit | edaa457b3920e1632e3422e0171794e811ba4e19 (patch) | |
| tree | e8676dfda5df183d41856deb7ce765f9a3bcb01c /README.md | |
| parent | 809c20db8635917eace7ec5efb3a6b334a84e4fc (diff) | |
| download | probe-edaa457b3920e1632e3422e0171794e811ba4e19.tar.gz | |
Added embedding binary data
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
