mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:39:00 +08:00
a6cb7292c4
* [many ports]switch to vcpkg-cmake / vckg-cmake-config * version * Missing changes * version * typo * version * typo * version * fix typo * version * deprecate vcpkg_extract_source_archive_ex * version * fix arguments * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
19 lines
527 B
JSON
19 lines
527 B
JSON
{
|
|
"name": "discord-game-sdk",
|
|
"version": "2.5.6",
|
|
"port-version": 5,
|
|
"description": "The Discord GameSDK is an easy drop-in SDK to help you manage all the hard things that come with making a game.",
|
|
"homepage": "https://discord.com/developers/docs/game-sdk/sdk-starter-guide",
|
|
"supports": "((x64 & (windows | osx | linux)) | (x86 & windows)) & !uwp & !static",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|