Added toml++ to opensource-users.md

This commit is contained in:
Mark Gillard 2020-03-29 10:54:16 +03:00 committed by Martin Hořeňovský
parent b4c8967ac5
commit 6260962108
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ A small, single-header-only, library for wrapping and composing columns of text.
### [thor](https://github.com/xorz57/thor)
Wrapper Library for CUDA.
### [toml++](https://github.com/marzer/tomlplusplus)
A header-only TOML parser and serializer for modern C++.
### [Trompeloeil](https://github.com/rollbear/trompeloeil)
A thread-safe header-only mocking framework for C++14.