zig-lys/build.zig.zon

18 lines
427 B
Text
Raw Permalink Normal View History

2024-11-23 23:26:03 +00:00
.{
2025-05-02 03:26:27 +00:00
.name = .lys,
2024-11-23 23:26:03 +00:00
.version = "0.0.0",
2025-05-02 03:26:27 +00:00
.fingerprint = 0x897d096f61b9ad7b,
2024-11-30 23:50:25 +00:00
.dependencies = .{
.chameleon = .{
2026-01-06 05:46:53 +00:00
.url = "git+https://github.com/tr1ckydev/chameleon#414169dede742d9ac8261d31b9fca6e31a1d7246",
.hash = "chameleon-2.0.1-ZOxajZ17AADmYCpHFqqoGfaXQiRkXM8B5lYJfir9tqsz",
2024-11-30 23:50:25 +00:00
},
},
2024-11-23 23:26:03 +00:00
.paths = .{
"build.zig",
"build.zig.zon",
2024-11-24 20:26:02 +00:00
"src/",
2024-11-23 23:26:03 +00:00
},
}