We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad544 commit 926c69eCopy full SHA for 926c69e
1 file changed
README.md
@@ -5,7 +5,7 @@ packaged for the [Zig](https://ziglang.org/) build system.
5
6
## how to use
7
8
-1. Add `zclay` to the dependency list in `build.zig.zon`:
+1. Add `VulkanMemoryAllocator` to the dependency list in `build.zig.zon`:
9
10
```sh
11
zig fetch --save git+https://github.com/johan0A/VulkanMemoryAllocator#v3.2.1
@@ -19,6 +19,6 @@ const vma_dep = b.dependency("VulkanMemoryAllocator", .{
19
.target = target,
20
.optimize = optimize,
21
});
22
-your_compilation.linkLibrary("vma", zclay_dep.artifact("VulkanMemoryAllocator"));
+your_compilation.linkLibrary("vma", vma_dep.artifact("VulkanMemoryAllocator"));
23
...
24
-```
+```
0 commit comments