From 4c96d30e11f2c331511942d3fb6d607d63b4163a Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Wed, 7 Apr 2021 21:42:16 +0200 Subject: [PATCH] Use branch for maintaining older versions instead of tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42af953..2c78367 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ vulkan-zig is automatically tested daily against the latest vk.xml and zig, and ### Zig versions -vulkan-zig aims to be always compatible with the ever-changing Zig master branch (however, development may lag a few days behind). Sometimes, the Zig master branch breaks a bunch of functionality however, which may make the latest version vulkan-zig incompatible with older releases of Zig. Versions compatible with older versions of zig are marked with the tag `zig-`. +vulkan-zig aims to be always compatible with the ever-changing Zig master branch (however, development may lag a few days behind). Sometimes, the Zig master branch breaks a bunch of functionality however, which may make the latest version vulkan-zig incompatible with older releases of Zig. This repository aims to have a version compatible for both the latest Zig master, and the latest Zig release. The `master` branch is compatible with the `master` branch of Zig, and versions for older versions of Zig are maintained in the `zig--compat` branch. ## Features ### CLI-interface