diff options
| author | 2020-04-18 09:02:12 -0400 | |
|---|---|---|
| committer | 2020-04-18 14:02:12 +0100 | |
| commit | aad12650ea7394e315ebe170ceebb345c739577d (patch) | |
| tree | 130e544e082ec16be80fb17a3855dcead43af957 /README.md | |
| parent | Added zoom for PanelEditor (#209) (diff) | |
| download | enigma-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -8,6 +8,7 @@ Enigma is distributed under the [LGPL-3.0](LICENSE). | |||
| 8 | 8 | ||
| 9 | Enigma includes the following open-source libraries: | 9 | Enigma 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) |