pineapple/externals/vcpkg/ports/easycl/vcpkg.json

11 lines
235 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "easycl",
"version-string": "0.3",
"port-version": 1,
"description": "OpenCL based lightweight c++ computing library",
"homepage": "https://github.com/architector1324/EasyCL",
"dependencies": [
"opencl"
]
}