Gears/asset-packer/dub.json
2025-07-08 04:13:38 +10:00

16 lines
335 B
JSON

{
"name": "asset-packer",
"targetName": "Packer",
"configurations": [
{
"name": "default",
"targetType": "executable",
"targetPath": "../build",
"platforms": ["linux", "windows"],
"importPaths": ["./", "../src"],
"sourceFiles-linux": ["../src/util.d", "../build/libxxhash.a"],
"sourcePaths": ["./"],
}
]
}