johan0A/VulkanMemoryAllocator
VulkanMemoryAllocator packaged for the Zig build system
master
68ab446d1fa0707bb7082c95c51d33a731cafac2
This is VulkanMemoryAllocator, packaged for the Zig build system.
VulkanMemoryAllocator
to the dependency list in build.zig.zon
:zig fetch --save git+https://github.com/johan0A/VulkanMemoryAllocator#0.1.1+3.3.0
build.zig
:...
const vma_dep = b.dependency("VulkanMemoryAllocator", .{
.target = target,
.optimize = optimize,
});
your_compilation.linkLibrary("vma", vma_dep.artifact("VulkanMemoryAllocator"));
...