add readme/build.zig.zon/gitignore
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 59s

This commit is contained in:
Emil Lerch 2023-09-21 10:10:03 -07:00
parent c71b61c4fb
commit ec7183c7df
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
3 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
core core
zig-cache zig-cache
zig-out
zig-cache

1
README.md Normal file
View File

@ -0,0 +1 @@
See readme for [universal-lambda-zig](https://git.lerch.org/lobo/universal-lambda-zig/)

11
build.zig.zon Normal file
View 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",
},
},
}