2022-12-13 21:01:39 -05:00
|
|
|
{
|
|
|
|
"name": "bgfx",
|
2024-11-01 15:36:10 +08:00
|
|
|
"version": "1.128.8808-482",
|
2022-12-13 21:01:39 -05:00
|
|
|
"maintainers": "Sandy Carter <bwrsandman@users.noreply.github.com>",
|
|
|
|
"description": "Cross-platform, graphics API agnostic, Bring Your Own Engine/Framework style rendering library.",
|
|
|
|
"homepage": "https://bkaradzic.github.io/bgfx/overview.html",
|
|
|
|
"documentation": "https://bkaradzic.github.io/bgfx",
|
2024-07-13 10:15:23 -04:00
|
|
|
"license": "BSD-2-Clause AND CC0-1.0",
|
2022-12-13 21:01:39 -05:00
|
|
|
"dependencies": [
|
2022-12-16 14:22:42 -08:00
|
|
|
"libsquish",
|
2023-01-19 20:59:05 -05:00
|
|
|
"miniz",
|
2022-12-16 14:22:42 -08:00
|
|
|
"tinyexr",
|
2022-12-13 21:01:39 -05:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2024-06-03 08:03:43 +02:00
|
|
|
{
|
|
|
|
"name": "multithreaded",
|
|
|
|
"platform": "!emscripten"
|
|
|
|
}
|
2022-12-13 21:01:39 -05:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"multithreaded": {
|
2023-07-17 16:10:54 -04:00
|
|
|
"description": "Encode and render on different threads",
|
|
|
|
"supports": "!emscripten"
|
|
|
|
},
|
2022-12-13 21:01:39 -05:00
|
|
|
"tools": {
|
2023-07-17 16:10:54 -04:00
|
|
|
"$comment": "Use '\"host\": true' in dependencies of vcpkg.json in manifest mode.",
|
|
|
|
"description": "Shader, Texture and Geometry compilers for bgfx.",
|
|
|
|
"supports": "native"
|
2022-12-13 21:01:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|