2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libsquish",
|
2022-03-22 04:25:52 +08:00
|
|
|
"version": "1.15",
|
2024-08-08 08:30:12 +08:00
|
|
|
"port-version": 14,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Open source DXT compression library.",
|
2021-10-12 01:22:36 +08:00
|
|
|
"homepage": "https://sourceforge.net/projects/libsquish",
|
2022-03-22 04:25:52 +08:00
|
|
|
"license": "MIT",
|
2021-10-12 01:22:36 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-03-22 04:25:52 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"sse2": {
|
|
|
|
"description": "Build with SSE2",
|
2023-01-17 04:46:28 +08:00
|
|
|
"supports": "osx & x64"
|
2022-03-22 04:25:52 +08:00
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|