From 5ab99cf8873b130284336c52551ccede28f6cb2e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 17 Mar 2019 10:56:44 +0100 Subject: Move memory functions into memory.lifecycle - move - moveEmplace - forward - emplace - swap --- dub.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dub.json') 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": [ -- cgit v1.2.3