diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-17 10:56:44 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-17 10:56:44 +0100 |
| commit | 5ab99cf8873b130284336c52551ccede28f6cb2e (patch) | |
| tree | a8f0770dfd9410566eb6d941fbea78b1ce840a9a /memory/dub.json | |
| parent | 85d7a2b9ca122301bc1ba9e6167f7533cbd1b2e4 (diff) | |
| download | tanya-5ab99cf8873b130284336c52551ccede28f6cb2e.tar.gz | |
Move memory functions into memory.lifecycle
- move
- moveEmplace
- forward
- emplace
- swap
Diffstat (limited to 'memory/dub.json')
| -rw-r--r-- | memory/dub.json | 18 |
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": [ + "." + ] +} |
