Updated for zig 0.14.0

This commit is contained in:
datalore 2025-06-02 19:56:04 +02:00
parent 17efe3722f
commit 22601ce0c6

View File

@ -1,4 +1,5 @@
.{
.fingerprint = 0xfaeaae247b0494d7,
// This is the default name used by packages depending on this one. For
// example, when a user runs `zig fetch --save <url>`, this field is used
// as the key in the `dependencies` table. Although the user can choose a
@ -6,7 +7,7 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = "powerbottom",
.name = .powerbottom,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.