24 lines
825 B
Zig
24 lines
825 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",
|
|
},
|
|
.serial = .{
|
|
.url = "git+https://github.com/ZigEmbeddedGroup/serial.git#fbd7389ff8bbc9fa362aa74081588755b5d028a0",
|
|
.hash = "serial-0.0.1-PoeRzF60AAAN8Iu0yXTIX-t3DVzsnmN7vWHKM2HA2Zbq",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"paddle",
|
|
"src",
|
|
"LICENSE",
|
|
//"README.md",
|
|
},
|
|
}
|