Some checks failed
Continuous Integration / build (push) Has been cancelled
18 lines
457 B
Zig
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",
|
|
},
|
|
}
|