aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/draco/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/draco/vcpkg.json')
-rw-r--r--vcpkg/ports/draco/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/draco/vcpkg.json b/vcpkg/ports/draco/vcpkg.json
new file mode 100644
index 0000000..d248165
--- /dev/null
+++ b/vcpkg/ports/draco/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "draco",
+ "version": "1.5.7",
+ "description": " A library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.",
+ "homepage": "https://github.com/google/draco",
+ "license": "Apache-2.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}