aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plutosvg/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/plutosvg/vcpkg.json')
-rw-r--r--vcpkg/ports/plutosvg/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/plutosvg/vcpkg.json b/vcpkg/ports/plutosvg/vcpkg.json
new file mode 100644
index 0000000..9fedac1
--- /dev/null
+++ b/vcpkg/ports/plutosvg/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "plutosvg",
+ "version": "0.0.7",
+ "description": "Tiny SVG rendering library in C",
+ "homepage": "https://github.com/sammycage/plutosvg",
+ "license": "MIT",
+ "dependencies": [
+ "plutovg",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "freetype": {
+ "description": "Enable Freetype integration",
+ "dependencies": [
+ {
+ "name": "freetype",
+ "default-features": false
+ }
+ ]
+ }
+ }
+}