1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
This commit is contained in:
Rene Schallner 2024-06-28 12:39:54 +02:00 committed by Rene Schallner
parent 2529ae7105
commit 7a131a8be4
No known key found for this signature in database

View file

@ -27,12 +27,12 @@ Exactly the goals I set out to achieve!
## FAQ: ## FAQ:
- Q: **What version of Zig does Zap support?** - Q: **What version of Zig does Zap support?**
- Zap uses the latest stable zig release (0.13.0), so you don't have to keep - Zap uses the latest stable zig release (0.13.0), so you don't have to keep
up with frequent breaking changes. It's an "LTS feature". up with frequent breaking changes. It's an "LTS feature".
- Q: **Can Zap build with Zig's master branch?** - Q: **Can Zap build with Zig's master branch?**
- See the `zig-master` branch. An example of how to use it is - See the `zig-master` branch. An example of how to use it is
[here](https://github.com/zigzap/hello-master). Please note that the [here](https://github.com/zigzap/hello-master). Please note that the
zig-master branch is not the official master branch of ZAP. Be aware that zig-master branch is not the official master branch of ZAP. Be aware that
I don't provide `build.zig.zon` snippets or tagged releases for it for I don't provide `build.zig.zon` snippets or tagged releases for it for
the time being. If you know what you are doing, that shouldn't stop you the time being. If you know what you are doing, that shouldn't stop you
from using it with zig master though. from using it with zig master though.