Skip to content

Commit 30da838

Browse files
author
Jay
committed
Zig 0.14 fingerprint field for child packages
1 parent e2ee06b commit 30da838

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

build/fonts/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// SPDX-License-Identifier: Zlib
44

55
.{
6-
.name = "fonts",
6+
.name = .fonts,
77
.version = "0.0.0",
8+
.fingerprint = 0x7303e8fb6c57db3a,
89
.paths = .{""},
910
.dependencies = .{
1011
.intel_one_mono = .{

build/freetype/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// SPDX-License-Identifier: Zlib
44

55
.{
6-
.name = "freetype",
6+
.name = .freetype,
77
.version = "0.0.0",
8+
.fingerprint = 0xac2059b689838d78,
89
.paths = .{""},
910
.dependencies = .{
1011
// NOTE: matches SDL_ttf's external/freetype submodule

build/wayland_scanner/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// SPDX-License-Identifier: Zlib
44

55
.{
6-
.name = "wayland_scanner",
6+
.name = .wayland_scanner,
77
.version = "0.0.0",
8+
.fingerprint = 0x501ba345c1864a85,
89
.paths = .{""},
910
.dependencies = .{
1011
.wayland = .{

0 commit comments

Comments
 (0)