mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:19:01 +08:00
0dd96bb467
* Update forge port to v1.0.8 fix release * Update baseline version for forge port
20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"name": "forge",
|
|
"version-semver": "1.0.8",
|
|
"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",
|
|
"supports": "x64",
|
|
"dependencies": [
|
|
"boost-functional",
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "!windows"
|
|
},
|
|
"freeimage",
|
|
"freetype",
|
|
"glad",
|
|
"glfw3",
|
|
"glm"
|
|
]
|
|
}
|