Initial commit
This commit is contained in:
commit
f12d41e580
9 changed files with 1953 additions and 0 deletions
13
build.zig.zon
Normal file
13
build.zig.zon
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.{
|
||||
.name = .zig_jvm,
|
||||
.version = "0.0.0",
|
||||
.fingerprint = 0x4dd537434033c2ad, // Changing this has security and trust implications.
|
||||
.minimum_zig_version = "0.14.0-dev.3462+edabcf619",
|
||||
.dependencies = .{
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue