zig-vulkan-triangle icon indicating copy to clipboard operation
zig-vulkan-triangle copied to clipboard

update to zig 0.8.0

Open Nuss9940 opened this issue 3 years ago • 0 comments

(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

Nuss9940 avatar Jun 07 '21 12:06 Nuss9940