diff options
| author | 2025-08-21 20:11:13 +0200 | |
|---|---|---|
| committer | 2025-08-21 19:11:13 +0100 | |
| commit | 6d43730a762ed4a54321d14c8a4b5c3af2b80e23 (patch) | |
| tree | 809b0e656bc28fb8997958ecca299b62c0bbf15f /README.md | |
| parent | Services rework (#554) (diff) | |
| download | enigma-fork-6d43730a762ed4a54321d14c8a4b5c3af2b80e23.tar.gz enigma-fork-6d43730a762ed4a54321d14c8a4b5c3af2b80e23.tar.xz enigma-fork-6d43730a762ed4a54321d14c8a4b5c3af2b80e23.zip | |
Get rid of Guava (#555)
* Get rid of Guava
* Fix NPE
* Apply suggestions from review
* Checkstyle
* Add braces to precondition checks
* Forbid space
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -11,7 +11,6 @@ Enigma includes the following open-source libraries: | |||
| 11 | - [Vineflower](https://github.com/Vineflower/vineflower) (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 | - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) |
| 14 | - [Guava](https://github.com/google/guava) (Apache-2.0) | ||
| 15 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) | 14 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) |
| 16 | - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) | 15 | - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) |
| 17 | - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) | 16 | - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) |