tanya/memory/dub.json
Eugen Wissner 5ab99cf887 Move memory functions into memory.lifecycle
- move
- moveEmplace
- forward
- emplace
- swap
2019-03-17 10:56:44 +01:00

19 lines
271 B
JSON

{
"name": "memory",
"description": "Tools for manual memory management (allocators, smart pointers)",
"targetType": "library",
"dependencies": {
"tanya:meta": "*",
"tanya:os": "*",
"tanya:sys": "*"
},
"sourcePaths": [
"."
],
"importPaths": [
"."
]
}