Skip to content

Commit acc3ceb

Browse files
committed
Add Zig package manifest
1 parent f2cb45d commit acc3ceb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

build.zig.zon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.{
2+
.name = .compact_pro,
3+
.version = "0.1.0",
4+
.fingerprint = 0x2b4985f8f5286c1b, // Changing this has security and trust implications.
5+
.minimum_zig_version = "0.15.2",
6+
.dependencies = .{},
7+
.paths = .{
8+
"build.zig",
9+
"build.zig.zon",
10+
"src",
11+
"csrc",
12+
"include",
13+
"README.md",
14+
},
15+
}

0 commit comments

Comments
 (0)