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 --- memory/dub.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 memory/dub.json (limited to 'memory/dub.json') 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": [ + "." + ] +} -- cgit v1.2.3