vcpkg/ports/cpptoml/vcpkg.json
Thomas1664 0e054a2742
[cpptoml] version-string --> version (#32834)
* [cpptoml] `version-string` --> `version`

* version
2023-08-02 11:00:20 -07:00

19 lines
374 B
JSON

{
"name": "cpptoml",
"version": "0.1.1",
"port-version": 3,
"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
}
]
}