enderal-se-easy-crafting/src/vcpkg.json

29 lines
717 B
JSON
Raw Normal View History

2022-08-17 21:43:01 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
2022-10-08 15:54:12 +00:00
"name": "enderal-se-easy-crafting",
2024-01-21 17:42:05 +00:00
"version-string": "1.2.1",
2022-08-17 21:43:01 +00:00
"port-version": 0,
2022-10-08 15:54:12 +00:00
"description": "Enderal SE Easy Crafting",
2024-01-20 02:23:24 +00:00
"homepage": "https://mod.pub/enderal-se/16-easy-crafting",
2022-08-17 21:43:01 +00:00
"license": "LGPL-3.0",
"features": {
"plugin": {
2022-10-08 15:54:12 +00:00
"description": "Automatic use of crafting supplies for Enderal SE 2.0.12+.",
2022-08-17 21:43:01 +00:00
"dependencies": [
2024-01-20 02:20:09 +00:00
"fast-cpp-csv-parser",
"rsm-binary-io",
"simpleini",
"spdlog",
"xbyak",
"rapidcsv",
"directxmath",
"directxtk",
2022-08-17 21:43:01 +00:00
"simpleini"
]
}
},
"default-features": [
"plugin"
]
}