From 62609621088df6723e48ea1d164108303511755b Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Sun, 29 Mar 2020 10:54:16 +0300 Subject: [PATCH] Added toml++ to opensource-users.md --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 5ea3e4a6..cbea85d7 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -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.