mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 07:09:13 +02:00
Add minimum_zig_version to build.zig.zon (#630)
This commit is contained in:
parent
291e0d836b
commit
08f6ce5184
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.{
|
||||
.name = "ly",
|
||||
.version = "1.0.0",
|
||||
.minimum_zig_version = "0.12.0",
|
||||
.dependencies = .{
|
||||
.clap = .{
|
||||
.url = "https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue