mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
82601c4368
* New port for dv-processing library * formatting manifest * Version update in manifest * Adding to the versioning system * Better compatibility for compiler checking when installing * Version update * Not using archive release anymore; cli11 is now a vcpkg dependency; cmakemod cloned and copied to the correct directory * Version update Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
34 lines
646 B
JSON
34 lines
646 B
JSON
{
|
|
"name": "dv-processing",
|
|
"version": "1.4.0",
|
|
"description": "Generic algorithms for event cameras.",
|
|
"homepage": "https://gitlab.com/inivation/dv/dv-processing",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"boost-callable-traits",
|
|
"boost-circular-buffer",
|
|
"boost-geometry",
|
|
"boost-lockfree",
|
|
"boost-nowide",
|
|
"boost-property-tree",
|
|
"boost-stacktrace",
|
|
"boost-tti",
|
|
"cli11",
|
|
"eigen3",
|
|
"fmt",
|
|
"libcaer",
|
|
"lz4",
|
|
"opencv4",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|