initial commit
This commit is contained in:
commit
4b8dff4d24
18 changed files with 1290 additions and 0 deletions
20
build.zig.zon
Normal file
20
build.zig.zon
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.{
|
||||
.name = .fooud,
|
||||
.version = "1.0.0",
|
||||
.fingerprint = 0xe809364a41c00a2b, // Changing this has security and trust implications.
|
||||
.minimum_zig_version = "0.15.2",
|
||||
.dependencies = .{
|
||||
.curl = .{
|
||||
.url = "https://github.com/jiacai2050/zig-curl/archive/refs/tags/v0.3.2.zip",
|
||||
.hash = "curl-0.3.2-P4tT4SXPAACuV6f5eyh4jG_1SspjWwMm_vRJfoKrQep5",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
// For example...
|
||||
//"LICENSE",
|
||||
//"README.md",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue