Restructure to allow for other binding generators in the future

This commit is contained in:
Robin Voetter
2020-07-03 16:40:49 +02:00
parent e049300d02
commit cebecfe197
8 changed files with 16 additions and 15 deletions

6
generator/index.zig Normal file
View File

@@ -0,0 +1,6 @@
pub const generateVk = @import("vulkan/generator.zig").generate;
test "main" {
_ = @import("xml.zig");
_ = @import("c-parse.zig");
}