removing spirv headers dependencies, reworking architecture
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const lib = @import("lib.zig");
|
||||
const spv = @import("spv.zig");
|
||||
|
||||
const SpvWord = lib.SpvWord;
|
||||
const SpvWord = spv.SpvWord;
|
||||
|
||||
const Self = @This();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user