Use old HashMap (now ArrayHashMap) implementation

This commit is contained in:
Robin Voetter
2020-09-09 12:02:37 +02:00
parent ab7b1835a6
commit e0000e4818
2 changed files with 2 additions and 3 deletions

View File

@@ -6,5 +6,4 @@ pub const ShaderCompileStep = @import("build_integration.zig").ShaderCompileStep
test "main" {
_ = @import("xml.zig");
_ = @import("vulkan/c_parse.zig");
_ = @import("spirv/generator.zig");
}