aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/shaderwriter/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/shaderwriter/vcpkg.json')
-rw-r--r--vcpkg/ports/shaderwriter/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/shaderwriter/vcpkg.json b/vcpkg/ports/shaderwriter/vcpkg.json
new file mode 100644
index 0000000..ef096a0
--- /dev/null
+++ b/vcpkg/ports/shaderwriter/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "name": "shaderwriter",
+ "version": "2.9.0",
+ "port-version": 1,
+ "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
+ }
+ ],
+ "default-features": [
+ "spirv"
+ ],
+ "features": {
+ "glsl": {
+ "description": "Compiles GLSL exporter."
+ },
+ "hlsl": {
+ "description": "Compiles HLSL exporter."
+ },
+ "spirv": {
+ "description": "Compiles SPIR-V exporter."
+ }
+ }
+}