early-access version 2853
This commit is contained in:
26
externals/vcpkg/ports/directxmesh/vcpkg.json
vendored
Executable file
26
externals/vcpkg/ports/directxmesh/vcpkg.json
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "directxmesh",
|
||||
"version-date": "2022-05-09",
|
||||
"description": "DirectXMesh geometry processing library",
|
||||
"homepage": "https://github.com/Microsoft/DirectXMesh",
|
||||
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
|
||||
"license": "MIT",
|
||||
"supports": "windows | linux",
|
||||
"dependencies": [
|
||||
"directx-headers",
|
||||
"directxmath",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"dx12": {
|
||||
"description": "Build with DirectX12 support for Windows 10"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user