Skip to content

Commit

Permalink
Drops support for alternative package managers, updates build.zig.zon…
Browse files Browse the repository at this point in the history
… with new version, updates readme.md
  • Loading branch information
Felix Queißner committed Dec 28, 2024
1 parent 0abdd69 commit 236bccf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ for (options.positionals) |arg| {
std.debug.print("\t'{s}'\n", .{arg});
}
```

## Versions

- Branch [master](https://github.com/ikskuh/zig-args/tree/master) tracks Zig master
- Branch [0.13.x](https://github.com/ikskuh/zig-args/tree/zig-0.13.x) tracks Zig 0.13.0
- Tag [0.9.0](https://github.com/ikskuh/zig-args/tree/zig-0.9.0) tracks Zig 0.9.0
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = "zig-args",
.version = "0.0.0",
.minimum_zig_version = "0.12.0",
.minimum_zig_version = "0.14.0",

.paths = .{
"args.zig",
Expand Down
13 changes: 0 additions & 13 deletions gyro.zzz

This file was deleted.

2 changes: 0 additions & 2 deletions pkg.zpm

This file was deleted.

6 changes: 0 additions & 6 deletions zig.mod

This file was deleted.

0 comments on commit 236bccf

Please sign in to comment.