summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 06:53:00 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 06:53:00 +0200
commit1be35411cf23c1b8cc909c2f2e1d1030e2f5015a (patch)
tree3316f9733f0d4b83b34dc6074efe48e8a2006048 /README.md
parent03b412953637b7a6c5d7513993a28294c8afef29 (diff)
downloadprobe-1be35411cf23c1b8cc909c2f2e1d1030e2f5015a.tar.gz
Added embedding of files into compiled binary with Zig
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 b4a1632..fe1b931 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ running it.
| [zig-wad](./zig-wad) | zig-0.11.0 | Reads doom.wad and extracts the identification header. |
| [zig-os-props](./zig-os-props) | zig-0.11.0 | Detects properties of the target operating system. |
| [zig-tlv-encoding](./zig-tlv-encoding) | zig-0.13.0 | Naive implementation of TLV encoding in Zig. |
+| [zig-embed](./zig-embed) | zig-0.13.0 | Embedding external resources in compiled binary. |
## License