add build.zig.zon file

Integrate with tooling and makes the package size smaller.
This commit is contained in:
Andrew Kelley
2024-08-30 19:52:09 -07:00
parent 18f38ef2b7
commit d03459819c

11
build.zig.zon Normal file
View 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",
},
}