switch to new toml library

This commit is contained in:
kumquat-ir
2021-04-17 09:46:11 -07:00
parent 13afad80fb
commit e668aa0f95
35 changed files with 2704 additions and 12409 deletions

View File

@ -159,9 +159,9 @@ BSD licensed, derived from [qt-google-analytics](https://github.com/HSAnet/qt-go
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.
## tomlc99
A TOML language parser. Used by Forge 1.14+ to store mod metadata.
See [github repo](https://github.com/ToruNiina/toml11).
See [github repo](https://github.com/cktan/tomlc99).
Licenced under the MIT licence.