Header-only TOML config file parser and serializer for modern C++.
Run the following Vcpkg command to install the port.
vcpkg install tomlplusplus
The package tomlplusplus can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED) pkg_check_modules(tomlplusplus REQUIRED IMPORTED_TARGET tomlplusplus) target_link_libraries(main PkgConfig::tomlplusplus)
v3.4.0#0
Nov 5, 2023
!uwp
marzer/tomlplusplus1.6K
marzer.github.io/tomlplusplus
0f0fa15383
MIT
Manifest