mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
29fa20cb6f
* [shaderwriter] Update to version 2.3.0. * [shaderwriter] Added PDB files install. * [shaderwriter] Updated commit ID. * [shaderwriter] Fixed call to vcpkg_cmake_config_fixup.
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|