mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
4b19d9f935
* [simpleble] Add new port * [simpleble] Update to latest commit to fix build issues * [simpleble] Versioning * [simpleble] !Android & !UWP * [simpleble] Overwrite version
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
|
|
}
|
|
]
|
|
}
|