vcpkg/ports/shaderwriter/vcpkg.json
Sylvain Doremus b1533123dc
[shaderwriter] Update to version 2.5.0. (#27925)
* [shaderwriter] Update to version 2.5.0.

* Updated version retrieval.
2022-11-21 08:38:41 -08:00

18 lines
393 B
JSON

{
"name": "shaderwriter",
"version": "2.5.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
}
]
}