This is the last release to target Zig v0.15.0.
Thanks to the folks who helped upgrade Zig versions and fix the examples!
What's Changed
- update to latest zig by @alichraghi in https://github.com/Games-by-Mason/ZCS/pull/38
- Make the first example standalone and compilable by @nurpax in https://github.com/Games-by-Mason/ZCS/pull/39
- Tracks order of nodes even when they have no parent...