This commit is contained in:
2025-11-20 08:58:45 +01:00
commit 27f985bedf
13 changed files with 68972 additions and 0 deletions

14
build.zig.zon Normal file
View File

@@ -0,0 +1,14 @@
.{
.name = .flicker,
.version = "0.0.0",
.fingerprint = 0x558e8f62ba3bc564, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.1",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}