Update for zig build changes

- Step now holds the builder and some manifest/cache helpers
- cleaned up proxy names and remaining uses of `std.build`
- removed vicious lie from README
This commit is contained in:
praschke
2023-03-18 12:14:41 +00:00
parent b4f7ead7e6
commit 2a796113e8
4 changed files with 52 additions and 53 deletions

View File

@@ -1,6 +1,5 @@
const std = @import("std");
const vkgen = @import("generator/index.zig");
const Step = std.build.Step;
pub const ShaderCompileStep = vkgen.ShaderCompileStep;
pub const VkGenerateStep = vkgen.VkGenerateStep;