mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 11:39:02 +08:00
61 lines
1.1 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|