vcpkg/ports/dxut/vcpkg.json
Chuck Walbourn 8d2e732b73
[dxut, fx11, directxmath] ports updated (#18431)
* [dxut] port updated for latest servicing

* update baseline

* Update to use latest DirectXMath

* Fix baseline

* fx11 metadata update

* Updated baseline

* Converted directxmath CONTROL to vcpkg.json

* Update baseline

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Code review feedback

* Update baseline

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-21 14:19:46 -07:00

13 lines
341 B
JSON

{
"name": "dxut",
"version": "11.26",
"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"
]
}