2021-06-08 16:49:53 +00:00
|
|
|
{
|
|
|
|
"name": "monado",
|
2022-05-04 16:50:58 +00:00
|
|
|
"homepage": "https://monado.freedesktop.org",
|
2021-06-08 16:49:53 +00:00
|
|
|
"version-string": "21.0",
|
|
|
|
"dependencies": [
|
2022-05-04 16:50:58 +00:00
|
|
|
{
|
|
|
|
"name": "wil",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pthreads",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
2022-05-04 17:50:34 +00:00
|
|
|
"cjson",
|
2021-06-08 16:49:53 +00:00
|
|
|
"eigen3",
|
2022-05-04 16:50:58 +00:00
|
|
|
"glslang",
|
|
|
|
"vulkan"
|
|
|
|
],
|
|
|
|
"default-features": [
|
2023-03-18 04:50:01 +00:00
|
|
|
"usb",
|
|
|
|
"gui"
|
2022-05-04 16:50:58 +00:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"usb": {
|
|
|
|
"description": "Support USB device drivers",
|
|
|
|
"dependencies": [
|
|
|
|
"libusb",
|
|
|
|
"hidapi",
|
|
|
|
{
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "linux"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gui": {
|
|
|
|
"description": "Debug GUI support",
|
|
|
|
"dependencies": [
|
2023-04-19 10:55:23 +00:00
|
|
|
{
|
|
|
|
"name": "sdl2",
|
|
|
|
"features": [
|
|
|
|
"vulkan"
|
|
|
|
]
|
|
|
|
}
|
2022-05-04 16:50:58 +00:00
|
|
|
]
|
2023-05-16 21:59:19 +00:00
|
|
|
},
|
|
|
|
"tracking": {
|
|
|
|
"description": "OpenCV-based tracking features",
|
|
|
|
"dependencies": [
|
|
|
|
"opencv"
|
|
|
|
]
|
2022-05-04 16:50:58 +00:00
|
|
|
}
|
|
|
|
}
|
2021-06-08 16:49:53 +00:00
|
|
|
}
|