vcpkg/ports/bgfx/vcpkg.json
Lily Wang b6b5c0b9a4
[vcpkg baseline] [bgfx] Fix dependencies (#28377)
* [vcpkg baseline] [bgfx] Fix dependencies

* format vcpkg.json

* x-add-version
2022-12-16 14:22:42 -08:00

36 lines
970 B
JSON

{
"name": "bgfx",
"version": "1.118.8384-362",
"port-version": 1,
"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",
"dependencies": [
"libsquish",
"nvtt",
"tinyexr",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"multithreaded"
],
"features": {
"multithreaded": {
"description": "Encode and render on different threads"
},
"tools": {
"$comment": "Use '\"host\": true' in dependencies of vcpkg.json to prevent cross compiling the tools.",
"description": "Shader, Texture and Geometry compilers for bgfx."
}
}
}