Initial commit

This commit is contained in:
2025-10-28 09:06:21 +01:00
parent fb8fcd056b
commit b5d27126af
4 changed files with 67 additions and 0 deletions

15
build.zig.zon git.filemode.normal_file
View File

@@ -0,0 +1,15 @@
.{
.name = .VulkanDriver,
.version = "0.0.0",
.fingerprint = 0x52cb73649f1107de,
.minimum_zig_version = "0.15.1",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}