Commit graph

5 commits

Author SHA1 Message Date
Rylee Lyman
8113ef70e0 fix!: avoid "comptime var" error by returning array instead of slice
this changes the semantics of `comptimeEncode`; users will need to,
e.g. use

```zig
const encoding = comptimeEncode(T);
passToObjc(&encoding)
```

to pass the encoding by pointer rather than by value.
2024-04-12 10:01:04 +01:00
Krzysztof Wolicki
94b2a0056a Update to latest master after Zig PR #18160 2024-01-06 03:42:07 +01:00
Mitchell Hashimoto
146a50bb01
update macos-sdk 2023-10-17 13:10:34 -07:00
Mitchell Hashimoto
f837bfaa37
depend on macos sdk not on xcode frameworks 2023-10-17 12:40:34 -07:00
Mitchell Hashimoto
01c16aaeeb
use zig package manager 2023-08-03 16:54:20 -07:00