Initial commit

This commit is contained in:
2026-07-01 16:28:57 +02:00
commit 677150ec41
9 changed files with 1363 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.{
.name = .miclib,
.version = "1.0.0",
.fingerprint = 0xee5712284bf0b001,
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"examples",
"README.md",
"LICENSE",
"third_party",
},
}