mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:49:07 +08:00
c799d5ea10
* [sfml] Update SFML to 2.6.0 - SFML 2.6.0 was just released - The ARM64 patch for macOS is no longer needed - Add extra Linux dependency hint - Fix GitHub URL casing * [sfml] Update version database
26 lines
446 B
JSON
26 lines
446 B
JSON
{
|
|
"name": "sfml",
|
|
"version": "2.6.0",
|
|
"port-version": 17,
|
|
"description": "Simple and fast multimedia library",
|
|
"homepage": "https://github.com/SFML/SFML",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"freetype",
|
|
"libflac",
|
|
"libogg",
|
|
"libvorbis",
|
|
"openal-soft",
|
|
"opengl",
|
|
"stb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|