early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/shaderwriter/vcpkg.json
vendored
Executable file
17
externals/vcpkg/ports/shaderwriter/vcpkg.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user