fixing module export
This commit is contained in:
7
src/soft/lib.zig
git.filemode.normal_file
7
src/soft/lib.zig
git.filemode.normal_file
@@ -0,0 +1,7 @@
|
||||
const std = @import("std");
|
||||
const vk = @import("vulkan");
|
||||
const common = @import("common");
|
||||
|
||||
export fn libVulkanExport() void {
|
||||
_ = common;
|
||||
}
|
||||
Reference in New Issue
Block a user