mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
666afd19d1
* Add arm64 patch to allow SFML to compile on m1 * Updated port version * Fix missing line * Fix version of port
24 lines
411 B
JSON
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
|
|
}
|
|
]
|
|
}
|