From c217e7ec5cddfc002c4582fb5d52727aee843a7d Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 24 Aug 2025 07:11:00 +0200 Subject: rename to zig-way --- README.md | 2 +- build.zig.zon | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aef9d8a..4a68862 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# way-zig - Zig Only Wayland Protocol Implementation. +# zig-way - Zig Only Wayland Protocol Implementation. diff --git a/build.zig.zon b/build.zig.zon index d057b90..3b3d234 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,7 +6,7 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = .wayland, + .name = .zig_way, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. @@ -24,7 +24,7 @@ // original project's identity. Thus it is recommended to leave the comment // on the following line intact, so that it shows up in code reviews that // modify the field. - .fingerprint = 0xa8d655e1d1844b2, // Changing this has security and trust implications. + .fingerprint = 0x4672578bcb9ef63e, // Changing this has security and trust implications. // Tracks the earliest Zig version that the package considers to be a // supported use case. -- cgit v1.2.3-70-g09d2