Skip to content

Commit 1b2efd7

Browse files
author
Jay
committed
Update modules
1 parent a960fd9 commit 1b2efd7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
.hash = "zigimg-0.1.0-8_eo2vBrFQBhsrLpexdcDQY-zrlzkyFZfKuYX-Nry6KN",
1818
},
1919
.resources = .{
20-
.url = "git+https://github.com/loftafi/resources.git#09fe6e0dd0fec98096cd63fba15286e3441359d2",
21-
.hash = "resources-0.4.0-J0GwIySNAQBvdKL1b7tFxAq7qevZ0CCdIuRkjom8Qnsv",
20+
.url = "git+https://github.com/loftafi/resources.git#813d0deff77ff0b6c72fbd0da29412e7cee6837e",
21+
.hash = "resources-0.5.0-J0GwI5SaAQD7uRJxMaI5j6mykCnTjTh9kiuMIzgkTUF1",
2222
},
2323
},
2424
.paths = .{

src/read_write.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub fn init_resource_loader(
5656
// Fallback to loading resources from the development resources
5757
// folder if it is available.
5858
if (dev_repo.len > 0) {
59+
debug("Fallback to loading repo from folder: {s}", .{dev_repo});
5960
loaded = resources.load_directory(dev_repo) catch |e| {
6061
err("error loading repo from {s}. {any}", .{ dev_repo, e });
6162
return e;

0 commit comments

Comments
 (0)