pineapple/externals/vcpkg/ports/shaderwriter/vcpkg.json

18 lines
393 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "shaderwriter",
"version": "2.3.0",
"description": "Library to write shaders directly from C++ code, supports GLSL, HLSL and SPIRV outputs.",
"homepage": "https://github.com/DragonJoker/ShaderWriter",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}