加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vcpkg.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2024-03-01 11:11 . Modify vcpkg.json
{
"name": "rabbitremotecontrol",
"version-string": "0.0.23",
"dependencies": [
"openssl",
"zlib"
],
"default-features": [
"freerdp"
],
"features": {
"freerdp": {
"description": "freerdp",
"dependencies": [
{
"name": "freerdp",
"platform": "windows | linux | mingw"
}
]
},
"terminal": {
"description": "terminal",
"dependencies": [
"libssh"
]
},
"ice": {
"description": "terminal",
"dependencies": [
"libdatachannel"
]
},
"vnc": {
"description": "vnc",
"dependencies": [
"libjpeg-turbo",
"libpng",
"pixman"
]
}
},
"builtin-baseline": "9259a0719d94c402aae2ab7975bc096afdec15df",
"overrides": [
{
"name": "openssl", "version-string": "1.1.1n"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化