mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 17:51:47 +08:00
d329368fd4
* [forge] Fix usage * update version record
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"name": "forge",
|
|
"version-semver": "1.0.5",
|
|
"port-version": 1,
|
|
"description": "Helps with high performance visualizations involving OpenGL-CUDA/OpenCL interop.",
|
|
"homepage": "https://github.com/arrayfire/forge",
|
|
"supports": "x64",
|
|
"dependencies": [
|
|
"boost-functional",
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "!windows"
|
|
},
|
|
"freeimage",
|
|
"freetype",
|
|
"glbinding",
|
|
"glfw3",
|
|
"glm"
|
|
]
|
|
}
|