1.44mb-gamejam

submission for the 1.44mb game jam - https://2pgarcade.com/contest-144mb.html
git clone git://brookjeynes.dev/bjeynes/1.44mb-gamejam.git
Log | Files | Refs

build.zig.zon (454B)


      1 .{
      2     .name = ._144mb,
      3     .version = "0.0.0",
      4     .fingerprint = 0xff9fbd9315967ee1,
      5     .minimum_zig_version = "0.16.0",
      6     .dependencies = .{
      7         .raylib = .{
      8             .url = "git+https://github.com/raysan5/raylib#935f3da3ffd4b2e3eb4af1ee9826f45ae241a68c",
      9             .hash = "raylib-6.0.0-whq8uHLbOwVT1ArFVrONca5sX7AICEVkYCoa6byD0Km-",
     10         },
     11     },
     12     .paths = .{
     13         "build.zig",
     14         "build.zig.zon",
     15         "src",
     16     },
     17 }