spdlog/build.zig.zon
Aleksandr Lebedev e7c211fc64
Some checks failed
Continuous Integration / build (push) Has been cancelled
Update to 1.16.0 and Zig v0.15
2025-11-19 15:39:00 +01:00

18 lines
457 B
Zig

.{
.name = .spdlog,
.version = "1.16.0",
.minimum_zig_version = "0.15.0",
.fingerprint = 0x19cef80094ea6f4,
.dependencies = .{
.spdlog = .{
.url = "https://github.com/gabime/spdlog/archive/refs/tags/v1.16.0.tar.gz",
.hash = "N-V-__8AAP9pEgDmKW9wXR5HVBNwf_xFkTl6m0_wZn6yySIz",
},
},
.paths = .{
"LICENSE",
"README.md",
"build.zig",
"build.zig.zon",
},
}