Zig 0.14: build.zig.zon changes

This commit is contained in:
LN Liberda
2025-03-10 00:14:22 +01:00
parent 843cc83f42
commit 881a03cb66
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
.{ .{
.name = "ghostty", .name = .ghostty,
.version = "1.1.3", .version = "1.1.3",
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{
@ -30,6 +30,7 @@
// mitchellh/zig-objc // mitchellh/zig-objc
.url = "https://deps.files.ghostty.org/zig_objc-1220e17e64ef0ef561b3e4b9f3a96a2494285f2ec31c097721bf8c8677ec4415c634.tar.gz", .url = "https://deps.files.ghostty.org/zig_objc-1220e17e64ef0ef561b3e4b9f3a96a2494285f2ec31c097721bf8c8677ec4415c634.tar.gz",
.hash = "1220e17e64ef0ef561b3e4b9f3a96a2494285f2ec31c097721bf8c8677ec4415c634", .hash = "1220e17e64ef0ef561b3e4b9f3a96a2494285f2ec31c097721bf8c8677ec4415c634",
.lazy = true,
}, },
.zig_js = .{ .zig_js = .{
// mitchellh/zig-js // mitchellh/zig-js
@ -42,8 +43,8 @@
}, },
.zig_wayland = .{ .zig_wayland = .{
// codeberg ifreund/zig-wayland // codeberg ifreund/zig-wayland
.url = "https://deps.files.ghostty.org/zig-wayland-fbfe3b4ac0b472a27b1f1a67405436c58cbee12d.tar.gz", .url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.3.0.tar.gz",
.hash = "12209ca054cb1919fa276e328967f10b253f7537c4136eb48f3332b0f7cf661cad38", .hash = "wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl",
}, },
.zf = .{ .zf = .{
// natecraddock/zf // natecraddock/zf
@ -99,4 +100,5 @@
.hash = "122071ad56fd984afb4f94d441b6ea3e21f1741a0e026b02860d9a46110fac2cd109", .hash = "122071ad56fd984afb4f94d441b6ea3e21f1741a0e026b02860d9a46110fac2cd109",
}, },
}, },
.fingerprint = 0x64407a2aeb170230,
} }

View File

@ -1,5 +1,5 @@
.{ .{
.name = "apple-sdk", .name = .apple_sdk,
.version = "0.1.0", .version = "0.1.0",
.dependencies = .{}, .dependencies = .{},
} }

View File

@ -1,5 +1,5 @@
.{ .{
.name = "gtk4-layer-shell", .name = .gtk4_layer_shell,
.version = "1.1.0", .version = "1.1.0",
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{

View File

@ -1,5 +1,5 @@
.{ .{
.name = "spirv-cross", .name = .spirv_cross,
.version = "13.1.1", .version = "13.1.1",
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{