this repo has no description
at main 828 B view raw
1.{ 2 .name = .factorio_toolbox, 3 .version = "0.0.0", 4 .fingerprint = 0x5506658b7a972311, // Changing this has security and trust implications. 5 .minimum_zig_version = "0.16.0-dev.747+493ad58ff", 6 .dependencies = .{ 7 .sokol = .{ 8 .url = "git+https://github.com/floooh/sokol-zig.git#76d4afd25adfae9666d76a0d324cdb70ad178a88", 9 .hash = "sokol-0.1.0-pb1HK3TYLgCx8lOxdLVWIVDcAzacxO8YDfyw2Er-_2nN", 10 }, 11 .cimgui = .{ 12 .url = "git+https://github.com/floooh/dcimgui.git#d5fb4e3d27b79062dc5981db3631dadc4f204654", 13 .hash = "cimgui-0.1.0-44Clkd6YlAAYULKHDwsDX9EPmka-VAVEjUl-o6ve307E", 14 }, 15 }, 16 .paths = .{ 17 "build.zig", 18 "build.zig.zon", 19 "src", 20 // For example... 21 //"LICENSE", 22 //"README.md", 23 }, 24}