File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 = .{
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments