From 6bec397d9122254ea1bdc4824ec6e4466cdd0a18 Mon Sep 17 00:00:00 2001 From: matthew Date: Tue, 8 Jul 2025 04:14:50 +1000 Subject: [PATCH] remove extra build config files --- asset-packer/dub.json | 15 --------------- src/dub.json | 20 -------------------- 2 files changed, 35 deletions(-) delete mode 100644 asset-packer/dub.json delete mode 100644 src/dub.json diff --git a/asset-packer/dub.json b/asset-packer/dub.json deleted file mode 100644 index 2b77fc9..0000000 --- a/asset-packer/dub.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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": ["./"], - } - ] -} diff --git a/src/dub.json b/src/dub.json deleted file mode 100644 index 00a1283..0000000 --- a/src/dub.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "gears", - "targetName": "Gears", - "configurations": [ - { - "name": "default", - "targetType": "executable", - "targetPath": "../build", - "platforms": ["linux", "windows"], - "sourceFiles-linux": ["../build/libvma.a", "../build/libxxhash.a"], - "sourceFiles-windows": [], - "importPaths": ["./"], - "sourcePaths": ["./"], - "libs-linux": ["xcb", "X11", "X11-xcb", "vulkan", "stdc++"], - "libs-windows": [], - "preGenerateCommands-linux": ["../build-vma.sh"], - "preGenerateCommands-windows": [], - } - ] -}