summaryrefslogtreecommitdiff
path: root/memory/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'memory/dub.json')
-rw-r--r--memory/dub.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/memory/dub.json b/memory/dub.json
deleted file mode 100644
index 7339127..0000000
--- a/memory/dub.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "memory",
- "description": "Tools for manual memory management (allocators, smart pointers)",
- "targetType": "library",
-
- "dependencies": {
- "tanya:meta": "*",
- "tanya:os": "*",
- "tanya:sys": "*"
- },
-
- "sourcePaths": [
- "."
- ],
- "importPaths": [
- "."
- ]
-}