vcpkg/ports/freerdp/vcpkg.json
zhongzf 2f573976e6
[FreeRDP] update to 2.4.0 (#19264)
* feat: v2.4.0

* feat: x-add-version
2021-08-02 16:39:36 -07:00

23 lines
465 B
JSON

{
"name": "freerdp",
"version-semver": "2.4.0",
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
"homepage": "https://github.com/FreeRDP/FreeRDP",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "glib",
"platform": "!windows"
},
"openssl"
],
"features": {
"urbdrc": {
"description": "USB redirection channel support",
"dependencies": [
"libusb"
]
}
}
}