mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
dep: add latest libvaxis and zf
This commit is contained in:
@ -1233,8 +1233,6 @@ fn addDeps(
|
|||||||
step.root_module.addImport("vaxis", b.dependency("vaxis", .{
|
step.root_module.addImport("vaxis", b.dependency("vaxis", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
.libxev = false,
|
|
||||||
.images = false,
|
|
||||||
}).module("vaxis"));
|
}).module("vaxis"));
|
||||||
step.root_module.addImport("wuffs", b.dependency("wuffs", .{
|
step.root_module.addImport("wuffs", b.dependency("wuffs", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
@ -1256,6 +1254,7 @@ fn addDeps(
|
|||||||
step.root_module.addImport("zf", b.dependency("zf", .{
|
step.root_module.addImport("zf", b.dependency("zf", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
|
.with_tui = false,
|
||||||
}).module("zf"));
|
}).module("zf"));
|
||||||
|
|
||||||
// Mac Stuff
|
// Mac Stuff
|
||||||
|
@ -53,12 +53,12 @@
|
|||||||
.hash = "1220217ae916146a4c598f8ba5bfff0ff940335d00572e337f20b4accf24fa2ca4fc",
|
.hash = "1220217ae916146a4c598f8ba5bfff0ff940335d00572e337f20b4accf24fa2ca4fc",
|
||||||
},
|
},
|
||||||
.vaxis = .{
|
.vaxis = .{
|
||||||
.url = "https://github.com/rockorager/libvaxis/archive/refs/tags/v0.5.1.tar.gz",
|
.url = "git+https://github.com/rockorager/libvaxis/?ref=main#6d729a2dc3b934818dffe06d2ba3ce02841ed74b",
|
||||||
.hash = "1220de23a3240e503397ea579de4fd85db422f537e10036ef74717c50164475813ce",
|
.hash = "12200df4ebeaed45de26cb2c9f3b6f3746d8013b604e035dae658f86f586c8c91d2f",
|
||||||
},
|
},
|
||||||
.zf = .{
|
.zf = .{
|
||||||
.url = "https://github.com/natecraddock/zf/archive/refs/tags/0.10.2.tar.gz",
|
.url = "git+https://github.com/natecraddock/zf/?ref=main#ed99ca18b02dda052e20ba467e90b623c04690dd",
|
||||||
.hash = "1220014ae47a57902e90aa7b4ff9751832ba1f426d7b138580db06859e0e9b51dfe5",
|
.hash = "1220edc3b8d8bedbb50555947987e5e8e2f93871ca3c8e8d4cc8f1377c15b5dd35e8",
|
||||||
},
|
},
|
||||||
.z2d = .{
|
.z2d = .{
|
||||||
.url = "git+https://github.com/vancluever/z2d?ref=main#285a796eb9c25a2389f087d008f0e60faf0b8eda",
|
.url = "git+https://github.com/vancluever/z2d?ref=main#285a796eb9c25a2389f087d008f0e60faf0b8eda",
|
||||||
|
Reference in New Issue
Block a user