mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
f2446c13a9
* Update discord version * Update patch * Update patch * Update database version * Update port version * Run format * Update database version * Update database version
18 lines
522 B
JSON
18 lines
522 B
JSON
{
|
|
"name": "discord-game-sdk",
|
|
"version": "3.2.1",
|
|
"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) | (arm64 & osx)) & !uwp & !static",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|