mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 23:38:23 -05:00
18 lines
334 B
JSON
Executable File
18 lines
334 B
JSON
Executable File
{
|
|
"name": "args",
|
|
"version": "6.3.0",
|
|
"description": "A simple header-only C++ argument parser library.",
|
|
"homepage": "https://github.com/Taywee/args",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|