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": [
|
|
|
|
"usb"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"usb": {
|
|
|
|
"description": "Support USB device drivers",
|
|
|
|
"dependencies": [
|
|
|
|
"libusb",
|
|
|
|
"hidapi",
|
|
|
|
{
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "linux"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gui": {
|
|
|
|
"description": "Debug GUI support",
|
|
|
|
"dependencies": [
|
|
|
|
"sdl2"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-08 16:49:53 +00:00
|
|
|
}
|