mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 19:29:01 +08:00
19 lines
394 B
JSON
19 lines
394 B
JSON
|
{
|
||
|
"name": "libxdf",
|
||
|
"version": "0.99.8",
|
||
|
"description": "C++ library for loading multimodal, multi-rate signals stored in XDF files.",
|
||
|
"homepage": "https://xdf-modules.github.io/libxdf/",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": [
|
||
|
"pugixml",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|