1
0
Fork 0

deps: update zenolith and use git dependency

This commit is contained in:
LordMZTE 2024-01-06 20:42:38 +01:00
parent 70b35947c7
commit 2056475236
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 3 additions and 17 deletions

View file

@ -4,17 +4,6 @@ pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});
//const zenolith_mod = b.addModule("zenolith", .{
// .source_file = .{ .path = "../zenolith/src/main.zig" },
// .dependencies = &.{.{
// .name = "statspatch",
// .module = b.dependency("statspatch", .{
// .target = target,
// .optimize = optimize,
// }).module("statspatch"),
// }},
//});
const zenolith_mod = b.dependency("zenolith", .{
.target = target,
.optimize = optimize,

View file

@ -8,13 +8,10 @@
.paths = .{""},
.dependencies = .{
//.statspatch = .{
// .url = "https://git.mzte.de/LordMZTE/statspatch/archive/231e3ce529efa9a084fb095ff570dfd985ca9a7d.tar.gz",
// .hash = "1220685f1c039a53076ef169ef2e2959aeb054c86d4eda5aac736885daa0bf2f6910",
//},
.zenolith = .{
.url = "https://git.mzte.de/zenolith/zenolith/archive/80209aceac8f190173d80217f93ee3ab3a290e32.tar.gz",
.hash = "1220a9ee615b63309a1e1b850978543d442c4132a758845dba9b77ff860541a39e1e",
//.path = "../zenolith",
.url = "git+https://git.mzte.de/zenolith/zenolith.git#26628bb9c3f514c454217f563622c0d42ea2d04e",
.hash = "12209ba94b8bd8179acc542389ed82fd53ac392ef6546759a63ac66845e1971ee70b",
},
},
}