add toml11 as dependency

This commit is contained in:
kumquat-ir
2021-04-15 23:19:01 -07:00
parent 8b926d29d7
commit 42253150e4
29 changed files with 12395 additions and 0 deletions

View File

@ -158,3 +158,10 @@ A Google Analytics library for Qt.
BSD licensed, derived from [qt-google-analytics](https://github.com/HSAnet/qt-google-analytics).
Modifications include better handling of IP anonymization (can be enabled) and general improvements of the API (application handles persistence and ID generation instead of the library).
## toml11
A C++11 TOML language parser. Used by Forge 1.14+ to store mod metadata.
See [github repo](https://github.com/ToruNiina/toml11).
Licenced under the MIT licence.