summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runemoro2020-04-18 09:02:12 -0400
committerGravatar GitHub2020-04-18 14:02:12 +0100
commitaad12650ea7394e315ebe170ceebb345c739577d (patch)
tree130e544e082ec16be80fb17a3855dcead43af957 /README.md
parentAdded zoom for PanelEditor (#209) (diff)
downloadenigma-aad12650ea7394e315ebe170ceebb345c739577d.tar.gz
enigma-aad12650ea7394e315ebe170ceebb345c739577d.tar.xz
enigma-aad12650ea7394e315ebe170ceebb345c739577d.zip
Fix a few bugs (#219)
* Update Gradle and replace deprecated Gradle features * Allow naming class in default package (fixes #215) * Fix CFR crash (fixes #207) * Update README.md Co-Authored-By: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3888b457..24fc9c5f 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ Enigma is distributed under the [LGPL-3.0](LICENSE).
8 8
9Enigma includes the following open-source libraries: 9Enigma includes the following open-source libraries:
10 - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) 10 - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0)
11 - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT)
11 - [Guava](https://github.com/google/guava) (Apache-2.0) 12 - [Guava](https://github.com/google/guava) (Apache-2.0)
12 - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) 13 - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0)
13 - [Darcula](https://github.com/bulenkov/Darcula) (Apache-2.0) 14 - [Darcula](https://github.com/bulenkov/Darcula) (Apache-2.0)