Bump tested version number

This commit is contained in:
Robin Voetter
2020-08-10 01:10:54 +02:00
parent 464111e5ea
commit e7d2668cdd

View File

@@ -6,7 +6,7 @@ A Vulkan binding generator for Zig.
vulkan-zig attempts to provide a better experience to programming Vulkan applications in Zig, by providing features such as integration of vulkan errors with Zig's error system, function pointer loading, renaming fields to standard Zig style, better bitfield handling, turning out parameters into return values and more. vulkan-zig attempts to provide a better experience to programming Vulkan applications in Zig, by providing features such as integration of vulkan errors with Zig's error system, function pointer loading, renaming fields to standard Zig style, better bitfield handling, turning out parameters into return values and more.
vulkan-zig has been tested with vk.xml version 1.2.141 and 1.2.143. vulkan-zig has been tested with vk.xml version 1.2.141, 1.2.143 and 1.2.148.
## Features ## Features
### Generation from build.zig ### Generation from build.zig