Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
426 B
JSON

{
"name": "d3d12-memory-allocator",
"version": "2.0.1",
"description": "Easy to integrate D3d12 memory allocation library from GPUOpen",
"homepage": "https://gpuopen.com/d3d12-memory-allocator/",
"license": "MIT",
"supports": "windows",
"dependencies": [
"directx-headers",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}