add a .zig.zon build file
This commit is contained in:
parent
6aa6f111f5
commit
040e82c4bf
|
@ -0,0 +1,5 @@
|
|||
.{
|
||||
.name = "SDL",
|
||||
.version = "0.0.1",
|
||||
.dependencies = .{},
|
||||
}
|
Loading…
Reference in New Issue