19 lines
451 B
JSON
Executable file
19 lines
451 B
JSON
Executable file
{
|
|
"name": "d3d12-memory-allocator",
|
|
"version-date": "2021-05-05",
|
|
"description": "Easy to integrate D3d12 memory allocation library from GPUOpen",
|
|
"homepage": "https://gpuopen.com/gaming-product/d3d12-memory-allocator/",
|
|
"license": "MIT",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
"directx-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|