summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-17 10:56:44 +0100
committerEugen Wissner <belka@caraus.de>2019-03-17 10:56:44 +0100
commit5ab99cf8873b130284336c52551ccede28f6cb2e (patch)
treea8f0770dfd9410566eb6d941fbea78b1ce840a9a /dub.json
parent85d7a2b9ca122301bc1ba9e6167f7533cbd1b2e4 (diff)
downloadtanya-5ab99cf8873b130284336c52551ccede28f6cb2e.tar.gz
Move memory functions into memory.lifecycle
- move - moveEmplace - forward - emplace - swap
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/dub.json b/dub.json
index 823f97f..3fd1ec6 100644
--- a/dub.json
+++ b/dub.json
@@ -13,7 +13,8 @@
"tanya:meta": "*",
"tanya:sys": "*",
"tanya:os": "*",
- "tanya:encoding": "*"
+ "tanya:encoding": "*",
+ "tanya:memory": "*"
},
"dependencies-linux": {
@@ -24,7 +25,8 @@
"./meta",
"./sys",
"./os",
- "./encoding"
+ "./encoding",
+ "./memory"
],
"configurations": [