Skip to content

Commit cfafc4f

Browse files
committed
Add async job system
1 parent 2567abe commit cfafc4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3164
-719
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dependencies {
5858
implementation "net.fabricmc:fabric-fernflower:${fabric_fernflower_version}"
5959
implementation "net.fabricmc:mapping-io:${mappingio_version}"
6060
implementation "org.bitbucket.mstrobel:procyon-compilertools:${procyon_version}"
61+
implementation "org.controlsfx:controlsfx:${controlsfx_version}"
6162
implementation "org.ow2.asm:asm:${asm_version}"
6263
implementation "org.ow2.asm:asm-commons:${asm_version}"
6364
implementation "org.ow2.asm:asm-tree:${asm_version}"

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ procyon_version = 0.6.0
1717
mappingio_version = 0.3.0
1818
javaparser_version = 3.24.2
1919
javafx_version = 17.0.2
20+
controlsfx_version = 11.1.2
2021
checkstyle_version = 10.3.4

0 commit comments

Comments
 (0)