From 9e72ba7501d5aae44f276ee625389a3400dd521a Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Mon, 30 Mar 2026 01:00:48 +0200 Subject: [PATCH] bumping spirv interpreter --- README.md | 6 +++--- build.zig.zon | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c388fae..7df5228 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It was forged for my own learning and amusement alone. Pray, do not wield it in ## Purpose -To understand Vulkan — not as a humble API mere mortals call upon, but as a labyrinthine system where one may craft a driver by hand. +To understand Vulkan - not as a humble API mere mortals call upon, but as a labyrinthine system where one may craft a driver by hand. It does not seek to produce a performant or production-worthy driver. \ *The gods are merciful, but not that merciful.* @@ -22,9 +22,9 @@ zig build ``` Then ensure thy Vulkan loader is pointed toward the ICD manifest. -The precise ritual varies by system — consult the tomes of your operating system, or wander the web's endless mausoleum of documentation. +The precise ritual varies by system - consult the tomes of your operating system, or wander the web's endless mausoleum of documentation. -Use at your own risk. If thy machine shudders, weeps, or attempts to flee — know that it was warned. +Use at your own risk. If thy machine shudders, weeps, or attempts to flee - know that it was warned. \ \ Thou may also conjure forth a tome of compile commands by doing thus: diff --git a/build.zig.zon b/build.zig.zon index 99ae89c..3ccab81 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -59,8 +59,8 @@ .lazy = true, }, .SPIRV_Interpreter = .{ - .url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#a503f54e43fab94b59d0821966a07447f411c157", - .hash = "SPIRV_Interpreter-0.0.1-ajmpn8MEBACvYZ8s8grmQG03OxNZPJMAUFh0gWhWH-Y0", + .url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#6c8b364c7d6fd8a4b199649011487a7c243cb849", + .hash = "SPIRV_Interpreter-0.0.1-ajmpn20rBACYd5tvl13JKU_MWx1ZmCClKKFIq5QF8jA1", }, },