mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00

compat: v0.12.0, v0.13.0 & v0.14.0-dev * switch zlib-master to latest release (git tag branch)
21 lines
488 B
Zig
21 lines
488 B
Zig
.{
|
|
.name = "libxlsxwriter",
|
|
.version = "1.1.9",
|
|
.dependencies = .{
|
|
.zlib = .{
|
|
.url = "git+https://github.com/madler/zlib#v1.3.1",
|
|
.hash = "1220fed0c74e1019b3ee29edae2051788b080cd96e90d56836eea857b0b966742efb",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"Readme.md",
|
|
"License.txt",
|
|
"src",
|
|
"include",
|
|
"third_party",
|
|
},
|
|
}
|
|
//syntax tip: zig - anon struct (json-like)
|