this repo has no description
1.{
2 .name = "rayray",
3 .version = "0.1.0",
4 .zig_version = "0.14.0-dev.1569+b56a667ec",
5 .dependencies = .{
6 // libs folder
7 .zmath = .{ .path = "libs/zmath" },
8
9 // See `zig fetch --save <url>` for a command-line interface for adding dependencies.
10 .a = .{
11 .url = "git+https://git.sr.ht/~altagos/a#78b378a924008a072ede6be850398299d233e55e",
12 .hash = "12209a07e35e58e69838fd66b68a13ee2b1fbf999e6242acdec0d7354be1324aef76",
13 },
14 .zigimg = .{
15 .url = "git+https://github.com/altagos/zigimg#5b5d718159c6ec223a54c9bb960690576e5df9c2",
16 .hash = "122040d9cc905342547e1e9da227a7f16fae5e7ae23134cb62aaef64c5b2c4f58828",
17 },
18 },
19 .paths = .{
20 "build.zig",
21 "build.zig.zon",
22 "src",
23 "LICENSE",
24 //"README.md",
25 },
26}