Merge pull request #172 from alichraghi/master

build: add fingerprint
This commit is contained in:
Robin Voetter
2025-03-03 19:11:12 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
.{
.name = "vulkan",
.name = .vulkan,
.fingerprint = 0xbe155a03c72db6af,
.version = "0.0.0",
.minimum_zig_version = "0.14.0-dev.1359+e9a00ba7f",
.paths = .{

View File

@@ -1,5 +1,6 @@
.{
.name = "vulkan-zig-examples",
.name = .vulkan_zig_examples,
.fingerprint = 0x60508bcca14cfc6d,
.version = "0.1.0",
.dependencies = .{
.vulkan_zig = .{