Skip to content

Commit

Permalink
Add async job system
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Apr 20, 2023
1 parent 86353c0 commit 2ae66f9
Show file tree
Hide file tree
Showing 42 changed files with 3,164 additions and 717 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies {
implementation "net.fabricmc:fabric-fernflower:${fabric_fernflower_version}"
implementation "net.fabricmc:mapping-io:${mappingio_version}"
implementation "org.bitbucket.mstrobel:procyon-compilertools:${procyon_version}"
implementation "org.controlsfx:controlsfx:${controlsfx_version}"
implementation "org.ow2.asm:asm:${asm_version}"
implementation "org.ow2.asm:asm-commons:${asm_version}"
implementation "org.ow2.asm:asm-tree:${asm_version}"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ procyon_version = 0.6.0
mappingio_version = 0.3.0
javaparser_version = 3.24.2
javafx_version = 17.0.2
controlsfx_version = 11.1.2
checkstyle_version = 10.3.4
slf4j_version = 2.0.7
tinylog_version = 2.6.1
Loading

0 comments on commit 2ae66f9

Please sign in to comment.