summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2025-03-13 20:49:41 +0200
committerYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2025-03-14 16:47:27 +0200
commit6f3cdcf0183efae4e3915e56a7257084ff8d0e4a (patch)
tree9c0eb6e20601a59909ed014f0deed117ab1673ef /README.md
parenteeb1246c2cf4f4c626a595c5652d5f4a96b84952 (diff)
Update type info for StructField type in 082
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
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 63b96fe..2838209 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,7 @@ Zig Core Language
* [X] Interfaces
* [X] Bit manipulation
* [X] Working with C
+* [ ] Opaque types (anyopaque)
* [X] Threading
* [x] Labeled switch
* [x] Vector operations (SIMD)