diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-02-12 17:23:15 -0500 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-02-12 17:23:15 -0500 |
commit | c07fff750354e23149470d493a7c96624fe2ab26 (patch) | |
tree | 8d9c030ad178c08a8183b3bd2c5a89a573f641f9 /libraries/README.md | |
parent | 7896dd19c12c0276551ba188adc6184dcf0a3184 (diff) | |
download | PrismLauncher-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.md | 8 |
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. |