pineapple-src/externals/vcpkg/ports/clipboardxx/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
428 B
JSON
Executable file

{
"name": "clipboardxx",
"version-date": "2022-02-04",
"description": "Header only, lightweight and cross platform C++ library for copy and paste text from clipboard.",
"homepage": "https://github.com/Arian8j2/ClipboardXX",
"license": "MIT",
"supports": "!osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}