forked from mirror/vulkan-zig
add build.zig.zon file
Integrate with tooling and makes the package size smaller.
This commit is contained in:
11
build.zig.zon
Normal file
11
build.zig.zon
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.name = "vulkan",
|
||||||
|
.version = "0.0.0",
|
||||||
|
.minimum_zig_version = "0.14.0-dev.1359+e9a00ba7f",
|
||||||
|
.paths = .{
|
||||||
|
"build.zig",
|
||||||
|
"LICENSE",
|
||||||
|
"README.md",
|
||||||
|
"src",
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user