mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"name": "plib",
|
|
"version": "1.8.5",
|
|
"port-version": 8,
|
|
"description": "A suite of portable game libraries",
|
|
"license": "LGPL-2.0-only",
|
|
"supports": "!(osx | uwp | xbox)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|