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, 18 insertions, 0 deletions
diff --git a/memory/dub.json b/memory/dub.json
new file mode 100644
index 0000000..7339127
--- /dev/null
+++ b/memory/dub.json
@@ -0,0 +1,18 @@
+{
+ "name": "memory",
+ "description": "Tools for manual memory management (allocators, smart pointers)",
+ "targetType": "library",
+
+ "dependencies": {
+ "tanya:meta": "*",
+ "tanya:os": "*",
+ "tanya:sys": "*"
+ },
+
+ "sourcePaths": [
+ "."
+ ],
+ "importPaths": [
+ "."
+ ]
+}