This commit is contained in:
2025-10-19 10:08:13 +02:00
parent 62a819813e
commit 6e62737104
7 changed files with 495 additions and 1 deletions

7
build.zig.zon Normal file
View File

@@ -0,0 +1,7 @@
.{
.name = .loader,
.version = "0.0.1",
.minimum_zig_version = "0.15.1",
.paths = .{""},
.fingerprint = 0xbf53f276a39b2af9,
}