aboutsummaryrefslogtreecommitdiff
path: root/libraries/README.md
diff options
context:
space:
mode:
authorkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2023-02-12 17:23:15 -0500
committerkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2023-02-12 17:23:15 -0500
commitc07fff750354e23149470d493a7c96624fe2ab26 (patch)
tree8d9c030ad178c08a8183b3bd2c5a89a573f641f9 /libraries/README.md
parent7896dd19c12c0276551ba188adc6184dcf0a3184 (diff)
downloadPrismLauncher-c07fff750354e23149470d493a7c96624fe2ab26.tar.gz
PrismLauncher-c07fff750354e23149470d493a7c96624fe2ab26.tar.bz2
PrismLauncher-c07fff750354e23149470d493a7c96624fe2ab26.zip
switch to qdcss for parsing
make it not horrible to look at Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com>
Diffstat (limited to 'libraries/README.md')
-rw-r--r--libraries/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/README.md b/libraries/README.md
index 95be8740..4da11314 100644
--- a/libraries/README.md
+++ b/libraries/README.md
@@ -140,3 +140,11 @@ A TOML language parser. Used by Forge 1.14+ to store mod metadata.
See [github repo](https://github.com/marzer/tomlplusplus).
Licenced under the MIT licence.
+
+## qdcss
+
+A quick and dirty css parser, used by NilLoader to store mod metadata.
+
+Translated (and heavily trimmed down) from [the original Java code](https://github.com/unascribed/NilLoader/blob/trunk/src/main/java/nilloader/api/lib/qdcss/QDCSS.java) from NilLoader
+
+Licensed under LGPL version 3.