initial commit

This commit is contained in:
2025-02-12 20:55:26 +01:00
commit 2109bb5bf8
4 changed files with 154 additions and 0 deletions

11
build.zig.zon Normal file
View File

@@ -0,0 +1,11 @@
.{
.name = "integral-display-calculation",
.version = "0.0.1",
.dependencies = .{
.@"raylib-zig" = .{
.url = "git+https://github.com/Not-Nik/raylib-zig?ref=devel#5004bb2316fc34a416644f3910c8c79dd08d7c63",
.hash = "1220223e9881fc9510eeb30fc2ee73fb49ee645bf1859cc46a92b649d35ecfd3351a",
},
},
.paths = .{""},
}