aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.
33| [zig-wad](./zig-wad) | zig-0.11.0 | Reads doom.wad and extracts the identification header. | 33| [zig-wad](./zig-wad) | zig-0.11.0 | Reads doom.wad and extracts the identification header. |
34| [zig-os-props](./zig-os-props) | zig-0.11.0 | Detects properties of the target operating system. | 34| [zig-os-props](./zig-os-props) | zig-0.11.0 | Detects properties of the target operating system. |
35| [zig-tlv-encoding](./zig-tlv-encoding) | zig-0.13.0 | Naive implementation of TLV encoding in Zig. | 35| [zig-tlv-encoding](./zig-tlv-encoding) | zig-0.13.0 | Naive implementation of TLV encoding in Zig. |
36| [zig-embed](./zig-embed) | zig-0.13.0 | Embedding external resources in compiled binary. |
36 37
37## License 38## License
38 39