update to v0.14

This commit is contained in:
Alex Andreba 2025-03-17 14:36:25 +01:00
parent 00e52ba6bb
commit c111905f8e

View file

@ -6,11 +6,12 @@
// //
// It is redundant to include "zig" in this name because it is already // It is redundant to include "zig" in this name because it is already
// within the Zig package namespace. // within the Zig package namespace.
.name = "fastgltf-zig", .name = .fastgltf_zig,
.fingerprint = 0x20c97e537a7710c7,
// This is a [Semantic Version](https://semver.org/). // This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication. // In a future version of Zig it will be used for package deduplication.
.version = "0.8.0", .version = "0.8.1",
// This field is optional. // This field is optional.
// This is currently advisory only; Zig does not yet do anything // This is currently advisory only; Zig does not yet do anything
@ -35,9 +36,5 @@
.paths = .{ .paths = .{
"build.zig", "build.zig",
"build.zig.zon", "build.zig.zon",
"src",
// For example...
//"LICENSE",
//"README.md",
}, },
} }