vcpkg/ports/simpleble/vcpkg.json
myd7349 4b19d9f935
[simpleble] Add new port (#32813)
* [simpleble] Add new port

* [simpleble] Update to latest commit to fix build issues

* [simpleble] Versioning

* [simpleble] !Android & !UWP

* [simpleble] Overwrite version
2023-08-14 17:37:35 -07:00

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
}
]
}