mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 22:13:48 +08:00
14ce35f452
* Libcaer update * Libcaer portfile version update * Updating head * Libcaer version update * Renaming references to avoid caching problems * [libcaer] Version bump * Removing redundant dash in version string * [libcaer] version bump * Fixing duplicate version * Updating in regards to comments * Add versions Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"name": "libcaer",
|
|
"version-date": "2022-07-25",
|
|
"description": "Minimal C library to access, configure and get data from neuromorphic sensors and processors.",
|
|
"homepage": "https://gitlab.com/inivation/dv/libcaer",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
"libusb",
|
|
"opencv4",
|
|
"pkgconf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|