Skip to content

Commit

Permalink
build: change 'paths' field so hash gets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith391 committed Jul 4, 2024
1 parent 9a0792a commit 52922fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = "capy",
.version = "0.4.0",
.minimum_zig_version = "0.12.0-dev.2063+804cee3b9",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.@"zig-objc" = .{
.url = "https://github.com/mitchellh/zig-objc/archive/f6ed382b6db296626a9b56dadcf9d7e4fcba71d3.tar.gz",
Expand All @@ -18,5 +18,5 @@
.hash = "1220dc313944ea71a87b4f54f26b1427ad2992a721a221cb42f7f80b8eee4e4944b7",
},
},
.paths = .{ "android", "include", "src", "vendor", "LICENSE", "README.md", "build.zig", "build_capy.zig", "build.zig.zon", },
.paths = .{""},
}

0 comments on commit 52922fd

Please sign in to comment.