mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 16:28:26 -05:00
20 lines
456 B
JSON
20 lines
456 B
JSON
|
{
|
||
|
"name": "directx-headers",
|
||
|
"version": "1.602.0",
|
||
|
"description": "Official DirectX 12 Headers",
|
||
|
"homepage": "https://devblogs.microsoft.com/directx/",
|
||
|
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
|
||
|
"license": "MIT",
|
||
|
"supports": "windows | linux",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|