2021-04-29 23:08:10 +08:00
|
|
|
{
|
|
|
|
"name": "forge",
|
2021-07-29 03:06:21 +08:00
|
|
|
"version-semver": "1.0.8",
|
2023-03-25 13:05:07 +08:00
|
|
|
"port-version": 2,
|
2021-05-12 01:39:03 +08:00
|
|
|
"description": "An OpenGL interop library that can be used with ArrayFire or any other application using CUDA or OpenCL compute backend.",
|
2021-04-29 23:08:10 +08:00
|
|
|
"homepage": "https://github.com/arrayfire/forge",
|
2023-01-18 03:34:22 +08:00
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"supports": "!(windows & (arm | uwp))",
|
2021-04-29 23:08:10 +08:00
|
|
|
"dependencies": [
|
|
|
|
"boost-functional",
|
|
|
|
{
|
|
|
|
"name": "fontconfig",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"freeimage",
|
|
|
|
"freetype",
|
2021-05-12 01:39:03 +08:00
|
|
|
"glad",
|
2021-04-29 23:08:10 +08:00
|
|
|
"glfw3",
|
2023-01-18 03:34:22 +08:00
|
|
|
"glm",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-04-29 23:08:10 +08:00
|
|
|
]
|
|
|
|
}
|