readme: update zig version
This commit is contained in:
parent
50242b984b
commit
852e2d1db3
2 changed files with 2 additions and 4 deletions
|
@ -13,9 +13,7 @@ features is detected through terminal queries.
|
|||
|
||||
Contributions are welcome.
|
||||
|
||||
Vaxis tracks zig `master`. Vaxis is currently compatible with zig version
|
||||
`0.12.0-dev.3397+43edd53c3`. When `0.12.0` is released, a release will be tagged
|
||||
against it.
|
||||
Vaxis uses zig `0.12.0`.
|
||||
|
||||
## Feature comparison
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.name = "vaxis",
|
||||
.version = "0.1.0",
|
||||
.paths = .{""},
|
||||
.minimum_zig_version = "0.12.0-dev.3397+43edd53c3",
|
||||
.minimum_zig_version = "0.12.0",
|
||||
.dependencies = .{
|
||||
.zigimg = .{
|
||||
.url = "git+https://github.com/zigimg/zigimg#637974e2d31dcdbc33f1e9cc8ffb2e46abd2e215",
|
||||
|
|
Loading…
Reference in a new issue