stt/build.zig.zon

25 lines
888 B
Zig

.{
.name = .vosk_stt,
.version = "0.0.0",
.fingerprint = 0xc855826ba95b9540,
.minimum_zig_version = "0.15.1",
.dependencies = .{
.vosk = .{
.url = "https://github.com/alphacep/vosk-api/releases/download/v0.3.45/vosk-linux-x86_64-0.3.45.zip",
.hash = "N-V-__8AAF22jAFTSU4AVxFCNWtotf7OD8gM33Y_ScIrCeu7",
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib#61e7df7e996ec5a5f13a653db3c419adb340d6ef",
.hash = "zlib-1.3.1-ZZQ7lbYMAAB1hTSOKSXAKAgHsfDcyWNH_37ojw5WSpgR",
},
.SDL = .{
.url = "git+https://github.com/allyourcodebase/SDL#d29847ebcb6da34dec466a06163431982500a092",
.hash = "SDL-2.32.6-JToi38aTEgECY2mV9iUG7dNouCbarfJ1mkzjjm53gC80",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}