vcpkg/ports/sfml/vcpkg.json
Pierre Ferran 666afd19d1
[sfml] Add arm64 patch to allow SFML to compile on apple silicon (#22937)
* Add arm64 patch to allow SFML to compile on m1

* Updated port version

* Fix missing line

* Fix version of port
2022-02-04 10:22:14 -08:00

24 lines
411 B
JSON

{
"name": "sfml",
"version": "2.5.1",
"port-version": 12,
"description": "Simple and fast multimedia library",
"homepage": "https://github.com/sfml/sfml",
"dependencies": [
"freetype",
"libflac",
"libogg",
"libvorbis",
"openal-soft",
"stb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}