Commit graph

8 commits

Author SHA1 Message Date
cf0622280a chore: Set minimum_zig_version
All checks were successful
Test / build (push) Successful in 10s
2025-01-21 18:33:40 +01:00
Mitchell Hashimoto
95b4ddcdb1
build: use apple sdk from xcode 2024-11-03 15:00:58 -08:00
Mitchell Hashimoto
fe5ac41953
update deps for 0.13 2024-06-08 20:12:47 -07:00
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