20 lines
598 B
Zig
20 lines
598 B
Zig
.{
|
|
.name = .win_telegraph,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xd9b97c83665bc0f3, // Changing this has security and trust implications.
|
|
.minimum_zig_version = "0.15.2",
|
|
.dependencies = .{
|
|
.zigwin32 = .{
|
|
.url = "git+https://github.com/marlersoft/zigwin32.git#3be22a8d33d330662b1fbb5b68c9411bf0293e27",
|
|
.hash = "zigwin32-25.0.28-preview-AAAAAB6N5AP3iLHsHKzg7r_aiDyYWo92qLOAG2eBLWhE",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"paddle",
|
|
"src",
|
|
"LICENSE",
|
|
//"README.md",
|
|
},
|
|
}
|