mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:39:08 +08:00
48678ea8b2
* [forge] Update forge to v1.0.7 tag - Use explicit cmake files install path - Use REF option in vcpkg_from_github command to fetch tag * [forge] Update version in baseline
20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"name": "forge",
|
|
"version-semver": "1.0.7",
|
|
"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"
|
|
]
|
|
}
|