19 lines
271 B
JSON
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": [
|
||
|
"."
|
||
|
]
|
||
|
}
|