vcpkg/ports/sfml/vcpkg.json
2024-11-14 02:06:25 -08:00

61 lines
1.1 KiB
JSON

{
"name": "sfml",
"version": "2.6.2",
"description": "Simple and fast multimedia library",
"homepage": "https://github.com/SFML/SFML",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"audio",
"graphics",
"network",
"window"
],
"features": {
"audio": {
"description": "Use sfml-audio library",
"dependencies": [
"libflac",
"libogg",
"libvorbis",
"openal-soft"
]
},
"graphics": {
"description": "Use sfml-graphics library",
"dependencies": [
{
"name": "freetype",
"default-features": false
},
{
"name": "sfml",
"default-features": false,
"features": [
"window"
]
},
"stb"
]
},
"network": {
"description": "Use sfml-network library"
},
"window": {
"description": "Use sfml-window library",
"dependencies": [
"opengl"
]
}
}
}