zig-vulkan-triangle
zig-vulkan-triangle copied to clipboard
update to zig 0.8.0
(My first PR ever)
I updated this project to work with the latest version of Zig (0.8.0)
The way a HashMap is constructed has changed. I updated it. The hash function now expects a 64 bit hash so I updated that as well. The new default output directory for binaries is zig-out so I added it to the gitignore