diff options
Diffstat (limited to 'vcpkg/ports/tinyproto/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinyproto/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/tinyproto/vcpkg.json b/vcpkg/ports/tinyproto/vcpkg.json new file mode 100644 index 0000000..2a84f2f --- /dev/null +++ b/vcpkg/ports/tinyproto/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "tinyproto", + "version": "1.1.0", + "description": "Tiny Software Protocol for communication over UART, SPI, etc", + "homepage": "https://github.com/lexus2k/tinyproto", + "license": "GPL-3.0-or-later", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |