aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nvtt/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/nvtt/vcpkg.json')
-rw-r--r--vcpkg/ports/nvtt/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/nvtt/vcpkg.json b/vcpkg/ports/nvtt/vcpkg.json
new file mode 100644
index 0000000..9dda10e
--- /dev/null
+++ b/vcpkg/ports/nvtt/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "nvtt",
+ "version": "2.1.2",
+ "port-version": 9,
+ "description": "Texture processing tools with support for Direct3D 10 and 11 formats.",
+ "homepage": "https://github.com/castano/nvidia-texture-tools",
+ "license": "MIT",
+ "supports": "!android & !uwp & !arm",
+ "dependencies": [
+ "libsquish",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "features": {
+ "cuda": {
+ "description": "Enable CUDA support",
+ "dependencies": [
+ "cuda"
+ ]
+ }
+ }
+}