mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "daxa",
|
|
"version": "3.0.2",
|
|
"port-version": 1,
|
|
"description": "Daxa C++ Vulkan Abstraction",
|
|
"homepage": "https://github.com/Ipotrick/Daxa",
|
|
"license": "MIT",
|
|
"supports": "(windows | linux) & !x86",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan",
|
|
"vulkan-headers",
|
|
"vulkan-memory-allocator",
|
|
{
|
|
"name": "wayland",
|
|
"default-features": false,
|
|
"platform": "linux"
|
|
}
|
|
],
|
|
"features": {
|
|
"utils-imgui": {
|
|
"description": "The ImGUI Daxa utility",
|
|
"dependencies": [
|
|
"imgui"
|
|
]
|
|
},
|
|
"utils-mem": {
|
|
"description": "The Mem Daxa utility"
|
|
},
|
|
"utils-pipeline-manager-glslang": {
|
|
"description": "Build with glslang",
|
|
"dependencies": [
|
|
"glslang"
|
|
]
|
|
},
|
|
"utils-pipeline-manager-slang": {
|
|
"description": "Build with Slang",
|
|
"dependencies": [
|
|
"shader-slang"
|
|
]
|
|
},
|
|
"utils-pipeline-manager-spirv-validation": {
|
|
"description": "Build with SPIR-V validation",
|
|
"dependencies": [
|
|
"spirv-tools"
|
|
]
|
|
},
|
|
"utils-task-graph": {
|
|
"description": "The Task-Graph Daxa utility"
|
|
}
|
|
}
|
|
}
|