Press a key using WIN32 API in Zig

This commit is contained in:
Marek S. Łukasiewicz 2026-02-08 13:20:56 +01:00
parent 8783d4f43e
commit 917c881da8
5 changed files with 103 additions and 0 deletions

20
build.zig.zon Normal file
View file

@ -0,0 +1,20 @@
.{
.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",
},
}