mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "bgfx",
|
|
"version": "1.128.8808-482",
|
|
"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",
|
|
"license": "BSD-2-Clause AND CC0-1.0",
|
|
"dependencies": [
|
|
"libsquish",
|
|
"miniz",
|
|
"tinyexr",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "multithreaded",
|
|
"platform": "!emscripten"
|
|
}
|
|
],
|
|
"features": {
|
|
"multithreaded": {
|
|
"description": "Encode and render on different threads",
|
|
"supports": "!emscripten"
|
|
},
|
|
"tools": {
|
|
"$comment": "Use '\"host\": true' in dependencies of vcpkg.json in manifest mode.",
|
|
"description": "Shader, Texture and Geometry compilers for bgfx.",
|
|
"supports": "native"
|
|
}
|
|
}
|
|
}
|