summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar J. Fronny2025-08-21 20:11:13 +0200
committerGravatar GitHub2025-08-21 19:11:13 +0100
commit6d43730a762ed4a54321d14c8a4b5c3af2b80e23 (patch)
tree809b0e656bc28fb8997958ecca299b62c0bbf15f /README.md
parentServices rework (#554) (diff)
downloadenigma-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.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08cc0c9..0327da1 100644
--- a/README.md
+++ b/README.md
@@ -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)