mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 02:39:00 +08:00
26 lines
483 B
JSON
26 lines
483 B
JSON
{
|
|
"name": "qtlanguageserver",
|
|
"version": "6.5.2",
|
|
"description": "An implementation of the Language Server Protocol",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"concurrent",
|
|
"network"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
],
|
|
"platform": "android"
|
|
}
|
|
]
|
|
}
|