mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Zig 0.14: build.zig.zon changes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.name = "ghostty",
|
||||
.name = .ghostty,
|
||||
.version = "1.1.3",
|
||||
.paths = .{""},
|
||||
.dependencies = .{
|
||||
@ -30,6 +30,7 @@
|
||||
// mitchellh/zig-objc
|
||||
.url = "https://deps.files.ghostty.org/zig_objc-1220e17e64ef0ef561b3e4b9f3a96a2494285f2ec31c097721bf8c8677ec4415c634.tar.gz",
|
||||
.hash = "1220e17e64ef0ef561b3e4b9f3a96a2494285f2ec31c097721bf8c8677ec4415c634",
|
||||
.lazy = true,
|
||||
},
|
||||
.zig_js = .{
|
||||
// mitchellh/zig-js
|
||||
@ -42,8 +43,8 @@
|
||||
},
|
||||
.zig_wayland = .{
|
||||
// codeberg ifreund/zig-wayland
|
||||
.url = "https://deps.files.ghostty.org/zig-wayland-fbfe3b4ac0b472a27b1f1a67405436c58cbee12d.tar.gz",
|
||||
.hash = "12209ca054cb1919fa276e328967f10b253f7537c4136eb48f3332b0f7cf661cad38",
|
||||
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.3.0.tar.gz",
|
||||
.hash = "wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl",
|
||||
},
|
||||
.zf = .{
|
||||
// natecraddock/zf
|
||||
@ -99,4 +100,5 @@
|
||||
.hash = "122071ad56fd984afb4f94d441b6ea3e21f1741a0e026b02860d9a46110fac2cd109",
|
||||
},
|
||||
},
|
||||
.fingerprint = 0x64407a2aeb170230,
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.name = "apple-sdk",
|
||||
.name = .apple_sdk,
|
||||
.version = "0.1.0",
|
||||
.dependencies = .{},
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.name = "gtk4-layer-shell",
|
||||
.name = .gtk4_layer_shell,
|
||||
.version = "1.1.0",
|
||||
.paths = .{""},
|
||||
.dependencies = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.name = "spirv-cross",
|
||||
.name = .spirv_cross,
|
||||
.version = "13.1.1",
|
||||
.paths = .{""},
|
||||
.dependencies = .{
|
||||
|
Reference in New Issue
Block a user