We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918e87 commit 6c72830Copy full SHA for 6c72830
.gitignore
@@ -1,2 +1,2 @@
1
-/zig-cache
+/.zig-cache
2
/zig-out
build.zig.zon
@@ -1,10 +1,12 @@
.{
- .name = "zlib",
+ .name = .zlib,
3
.version = "1.3.1",
4
+ .fingerprint = 0x73887d3a953b9465,
5
+ .minimum_zig_version = "0.14.0",
6
.dependencies = .{
7
.zlib = .{
8
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz",
- .hash = "1220fed0c74e1019b3ee29edae2051788b080cd96e90d56836eea857b0b966742efb",
9
+ .hash = "N-V-__8AAB0eQwD-0MdOEBmz7intriBReIsIDNlukNVoNu6o",
10
},
11
12
.paths = .{
0 commit comments