Files
libuv/build.zig.zon

20 lines
503 B
Plaintext
Raw Normal View History

2025-02-04 00:04:54 -07:00
.{
.name = .libuv,
.fingerprint = 0x7CB3932CBFAADA86,
2025-07-17 23:41:41 +02:00
.version = "1.50.0",
.minimum_zig_version = "0.14.0",
2025-02-04 00:04:54 -07:00
.dependencies = .{
.libuv = .{
2025-07-17 17:13:16 +02:00
.url = "git+https://github.com/libuv/libuv?ref=v1.51.0#5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b",
.hash = "N-V-__8AABtNRAB58M85Dm0p6z6iRHP3Zz3eyo08HU4EF5mq",
2025-02-04 00:04:54 -07:00
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-LIBUV",
"readme.md",
},
}