From 4e3c2f99837f44f902e4896c78d70d896cc9a235 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 18 Jan 2026 16:00:35 +0100 Subject: [PATCH] fixing CI --- .gitea/workflows/CI.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index b2b2663..e9aec00 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository - run: xmake repo --update + run: xmake repo --root --update # Build the mlx - name: Build MacroLibX diff --git a/README.md b/README.md index f0b2c95..5acb937 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KVF +# KVF KVF (kbz_8 vulkan framework) is a lightweight single-header Vulkan framework written in C99 to simplify the creation of Vulkan applications. It is designed to be a drop in framework inside any existing Vulkan renderer as it does not use any custom types of structs (except for the graphics pipeline builder).