mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 19:59:07 +08:00
20 lines
457 B
JSON
20 lines
457 B
JSON
|
{
|
||
|
"name": "simpleble",
|
||
|
"version-date": "2023-07-29",
|
||
|
"description": "The ultimate fully-fledged cross-platform library and bindings for Bluetooth Low Energy (BLE).",
|
||
|
"homepage": "https://github.com/OpenBluetoothToolbox/SimpleBLE",
|
||
|
"license": "MIT",
|
||
|
"supports": "!android & !uwp",
|
||
|
"dependencies": [
|
||
|
"fmt",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|