diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2021-04-15 23:19:01 -0700 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2021-04-15 23:19:01 -0700 |
commit | 42253150e43fa4289130d4b53729e618908a251e (patch) | |
tree | 2523976f18503837a72dc2fadfba3304d774fab5 /libraries/README.md | |
parent | 8b926d29d7aef9c7bbcb25ec9bfbf0ad314a8d72 (diff) | |
download | PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.tar.gz PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.tar.bz2 PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.zip |
add toml11 as dependency
Diffstat (limited to 'libraries/README.md')
-rw-r--r-- | libraries/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/README.md b/libraries/README.md index cdc72004..76ee8c46 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -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. |