vcpkg/ports/forge/vcpkg.json
pradeep 48678ea8b2
[Forge] update version to 1.0.7 (#17099)
* [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
2021-05-11 10:39:03 -07:00

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"
]
}