zgpu

git clone git://git.electrosoup.com/zgpu
Log | Files | Refs | Submodules | README

commit 397a7fe220180e7d3fe85ae9af1b3baa95e9004c
parent f37e829d6938e793ee33c9785149d7932816f890
Author: Christian Ermann <christianermann@gmail.com>
Date:   Fri, 18 Apr 2025 22:37:49 -0700

Update to zig 0.15.0-dev.374+3be6809e2

Diffstat:
Mbuild.zig.zon | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.zig.zon b/build.zig.zon @@ -6,12 +6,14 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "zgpu", + .name = .zgpu, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. .version = "0.0.0", + .fingerprint = 0x670ebe04b3d0b1f7, + // This field is optional. // This is currently advisory only; Zig does not yet do anything // with this value.