vcpkg/ports/dxut/vcpkg.json
Chuck Walbourn 362fee999d
[dxut] port updated for October 2022 release (#27448)
* [dxut] port updated for October 2022 release

* Update baseline

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2022-10-25 21:02:11 -07:00

29 lines
638 B
JSON

{
"name": "dxut",
"version": "11.29",
"description": "A \"GLUT\"-like framework for Direct3D 11.x Win32 desktop applications",
"homepage": "https://github.com/Microsoft/DXUT",
"documentation": "https://github.com/microsoft/DXUT/wiki",
"license": "MIT",
"supports": "windows & !uwp",
"dependencies": [
"directxmath",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"dxtk": {
"description": "Support integration with DirectX Tool Kit for DX11",
"dependencies": [
"directxtk"
]
}
}
}