aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plutovg/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/plutovg/vcpkg.json')
-rw-r--r--vcpkg/ports/plutovg/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/plutovg/vcpkg.json b/vcpkg/ports/plutovg/vcpkg.json
new file mode 100644
index 0000000..c8f5253
--- /dev/null
+++ b/vcpkg/ports/plutovg/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "plutovg",
+ "version": "1.3.1",
+ "description": "Tiny 2D vector graphics library in C",
+ "homepage": "https://github.com/sammycage/plutovg",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "font-face-cache": {
+ "description": "Enable loading font face cache from files and directories"
+ }
+ }
+}