vcpkg/ports/forge/vcpkg.json
MonicaLiu f810432626
[vcpkg baseline][forge] Fixing conflict with arrayfire (#30382)
* update forge/arrayfire

* update version

* update format

* update version

* remove patch

* update version

* remove examples

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-24 22:05:07 -07:00

30 lines
652 B
JSON

{
"name": "forge",
"version-semver": "1.0.8",
"port-version": 2,
"description": "An OpenGL interop library that can be used with ArrayFire or any other application using CUDA or OpenCL compute backend.",
"homepage": "https://github.com/arrayfire/forge",
"license": "BSD-3-Clause",
"supports": "!(windows & (arm | uwp))",
"dependencies": [
"boost-functional",
{
"name": "fontconfig",
"platform": "!windows"
},
"freeimage",
"freetype",
"glad",
"glfw3",
"glm",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}