build: point new packages urls to upstream repos

This commit is contained in:
CJ van den Berg 2026-04-08 18:39:58 +02:00
parent 03b914ec6b
commit fd58469d79
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -43,15 +43,18 @@
.lazy = true, .lazy = true,
}, },
.wio = .{ .wio = .{
.path = "../flow-deps/wio", .url = "git+https://github.com/neurocyte/wio?ref=master#6186501162ace8645036e71fdb7ebad76a0dca71",
.hash = "wio-0.0.0-8xHrr8XzBQAYPvWczIC0RU40hP-cVH2HR1zcTVfP7r8l",
.lazy = true, .lazy = true,
}, },
.sokol = .{ .sokol = .{
.path = "../flow-deps/sokol-zig", .url = "git+https://github.com/floooh/sokol-zig?ref=master#fa5aa645f6fa9cca1d70bb93a89312b4b7022ac3",
.hash = "sokol-0.1.0-pb1HK-HUNgDWWepemJMSKWMTj87v3aTfqnptRonvR9pm",
.lazy = true, .lazy = true,
}, },
.TrueType = .{ .TrueType = .{
.path = "../flow-deps/TrueType", .url = "git+https://codeberg.org/andrewrk/TrueType?ref=main#8b5dbf3a3bfbb84190377385f5e609c8788a5450",
.hash = "TrueType-0.0.0-Ne-mWLVxAQAvMshfhjrJh3GbRHBLSNtF-zXZ0Zt_bHGP",
.lazy = true, .lazy = true,
}, },
.diffz = .{ .diffz = .{