vcpkg/ports/sfml/vcpkg.json
Lukas Dürrenberger c799d5ea10
Update SFML to 2.6.0 (#32182)
* [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
2023-06-23 13:23:10 -07:00

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