vcpkg/ports/discord-game-sdk/vcpkg.json
L3nn0x f2446c13a9
Update discord-game-sdk to 3.2.1 (#31495)
* Update discord version

* Update patch

* Update patch

* Update database version

* Update port version

* Run format

* Update database version

* Update database version
2023-05-18 11:26:45 -07:00

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
}
]
}