23 lines
823 B
Zig
23 lines
823 B
Zig
.{
|
|
.name = ._6soz,
|
|
.version = "0.0.1",
|
|
.minimum_zig_version = "0.16.0",
|
|
.dependencies = .{
|
|
.nes_test_roms = .{
|
|
.url = "https://github.com/christopherpow/nes-test-roms/archive/refs/heads/master.tar.gz",
|
|
.hash = "N-V-__8AANPxaAENPnXYuDVuqgUcOdrux1zKqz8bZZYf0RA2",
|
|
},
|
|
.m6502_functional_tests = .{
|
|
.url = "https://github.com/Klaus2m5/6502_65C02_functional_tests/archive/refs/heads/master.tar.gz",
|
|
.hash = "N-V-__8AAKmLHACkwIMCMRdqnsyLtL5hbQdi8cm3nGs8n-O7",
|
|
},
|
|
.raylib = .{
|
|
.url = "https://github.com/raysan5/raylib/archive/refs/heads/master.tar.gz",
|
|
.hash = "raylib-6.0.0-whq8uIPTKwXybRNNu7BJNM6bxip5fYUgAh-bctTa7oHR",
|
|
},
|
|
},
|
|
|
|
.paths = .{""},
|
|
.fingerprint = 0xad233139f14a4bea,
|
|
}
|