unread-books-glow-ng/vcpkg.json
2024-07-05 23:09:49 +02:00

23 lines
490 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "unread-books-glow",
"version-string": "1.0.0",
"port-version": 0,
"description": "Unread Books Glow NG",
"license": "LGPL-3.0",
"features": {
"plugin": {
"description": "Unread Books Glow NG",
"dependencies": [
"simpleini",
"spdlog",
"directxtk",
"rapidcsv"
]
}
},
"default-features": [
"plugin"
]
}