23 lines
490 B
JSON
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"
|
||
|
]
|
||
|
}
|