aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stx/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/stx/vcpkg.json')
-rw-r--r--vcpkg/ports/stx/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/stx/vcpkg.json b/vcpkg/ports/stx/vcpkg.json
new file mode 100644
index 0000000..0f6fd97
--- /dev/null
+++ b/vcpkg/ports/stx/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "stx",
+ "version": "1.0.5",
+ "description": "STX is a collection of libraries and utilities designed to make working with C++ easier and less error-prone.",
+ "homepage": "https://github.com/lamarrr/STX",
+ "license": "MIT",
+ "dependencies": [
+ "abseil",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "backtrace": {
+ "description": "stacktrace support for STX"
+ }
+ }
+}