mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
5f4d94e395
* [cpptoml] Add cmake config to the installation * Update version database * add homepage * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "cpptoml",
|
|
"version-string": "v0.1.1",
|
|
"port-version": 2,
|
|
"description": "A header-only library for parsing TOML configuration files.",
|
|
"homepage": "https://github.com/skystrife/cpptoml",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|