add readme/build.zig.zon/gitignore
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 59s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 59s
This commit is contained in:
parent
c71b61c4fb
commit
ec7183c7df
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
core
|
||||
zig-cache
|
||||
zig-out
|
||||
zig-cache
|
||||
|
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
See readme for [universal-lambda-zig](https://git.lerch.org/lobo/universal-lambda-zig/)
|
11
build.zig.zon
Normal file
11
build.zig.zon
Normal file
|
@ -0,0 +1,11 @@
|
|||
.{
|
||||
.name = "univeral-zig-example",
|
||||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
.universal_lambda_build = .{
|
||||
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/ff691a439105ca6800757a39c208c11fcdabb058.tar.gz",
|
||||
.hash = "12205386f7353907deb7f195d920bc028e0e73f53dcd23c5e77210a39b31726bf46f",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user