diff options
| author | 2024-04-06 13:05:49 +0200 | |
|---|---|---|
| committer | 2024-04-06 12:05:49 +0100 | |
| commit | 31b6e9e188fb2abbab040ee07f8a8c14cec2571d (patch) | |
| tree | 6c51dc775b9f95cd70fde11a30eb655c8899ae68 /README.md | |
| parent | Bump version (diff) | |
| download | enigma-fork-31b6e9e188fb2abbab040ee07f8a8c14cec2571d.tar.gz enigma-fork-31b6e9e188fb2abbab040ee07f8a8c14cec2571d.tar.xz enigma-fork-31b6e9e188fb2abbab040ee07f8a8c14cec2571d.zip | |
Add Vineflower decompiler (#541)
* Add Vineflower integration
* Fix some confusing names
* Rename method to reflect visitor pattern naming schemes
* Remove dead null check
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -8,8 +8,9 @@ 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 | 10 | ||
| 11 | - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) | 11 | - [Vineflower](https://github.com/Vineflower/vineflower) (Apache-2.0) |
| 12 | - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT) | 12 | - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT) |
| 13 | - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) | ||
| 13 | - [Guava](https://github.com/google/guava) (Apache-2.0) | 14 | - [Guava](https://github.com/google/guava) (Apache-2.0) |
| 14 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) | 15 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) |
| 15 | - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) | 16 | - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) |