aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/projectm-eval/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/projectm-eval/vcpkg.json')
-rw-r--r--vcpkg/ports/projectm-eval/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/projectm-eval/vcpkg.json b/vcpkg/ports/projectm-eval/vcpkg.json
new file mode 100644
index 0000000..a0b35c3
--- /dev/null
+++ b/vcpkg/ports/projectm-eval/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "projectm-eval",
+ "version": "1.0.5",
+ "description": "The projectM Expression Evaluation Library. A portable drop-in replacement of Milkdrop's \"ns-eel2\" expression parser for use in Milkdrop, projectM and other applications.",
+ "homepage": "https://github.com/projectM-visualizer/projectm-eval",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}