vcpkg/ports/shaderwriter/vcpkg.json
Sylvain Doremus d5595bff00
[shaderwriter] Updated to version 2.2.0. (#23957)
* [shaderwriter] Updated to version 2.2.0.

* [shaderwriter] Trying to fix use of concepts with gcc.

* better git submodules

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-06 14:18:50 -07:00

18 lines
393 B
JSON

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