vcpkg/ports/shaderwriter/vcpkg.json
Sylvain Doremus bd97a0c080
[shaderwriter] Update to version 2.0.0 (#22662)
* [shaderwriter] Update to version 2.0.0

* Updated port files

* Another update for CMake submodule

* Another update to CMake submodule

* Another one

* Removed unused cmake variable
2022-01-25 22:26:41 -08:00

18 lines
393 B
JSON

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