Add sciter from separate repo
This commit is contained in:
18
packages/sciter/build.zig.zon
Normal file
18
packages/sciter/build.zig.zon
Normal file
@@ -0,0 +1,18 @@
|
||||
.{
|
||||
.name = .sciter,
|
||||
.version = "0.0.0",
|
||||
.minimum_zig_version = "0.15.1",
|
||||
.paths = .{
|
||||
"src",
|
||||
"vendor",
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
},
|
||||
.fingerprint = 0x51b124a630f074d7,
|
||||
.dependencies = .{
|
||||
.zigwin32 = .{
|
||||
.url = "https://github.com/marlersoft/zigwin32/archive/5587b16fa040573846a6bf531301f6206d31a6bf.zip",
|
||||
.hash = "zigwin32-25.0.28-preview-AAAAAICM5AMResOGQnQ85mfe60TTOQeMtt7GRATUOKoP",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user