diff options
| author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-03-18 16:25:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 16:25:38 +0200 |
| commit | c3600612a83442eeadf99a1602ab07537b071b66 (patch) | |
| tree | 1d88bdedd4c00c332fa4f4e7f78b9c0ee842a2a9 /gradle.properties | |
| parent | 91e4e6401089d6dc5b92589fa1fb1501b7217cf0 (diff) | |
| download | LibGui-c3600612a83442eeadf99a1602ab07537b071b66.tar.gz LibGui-c3600612a83442eeadf99a1602ab07537b071b66.tar.bz2 LibGui-c3600612a83442eeadf99a1602ab07537b071b66.zip | |
Improve tiled NinePatchBackgroundPainter performance (#185)
* Improve tiled NinePatchBackgroundPainter performance
* Use Fabric API's CoreShaderRegistrationCallback
* Switch to LibNinePatch release build
* Rename libgui:tiled -> libgui:tiled_rectangle
* Fix grammar
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index a658910..9348b8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ fabric.loom.multiProjectOptimisation = true archives_base_name = LibGui # Dependencies - fabric_version=0.68.1+1.19.3 + fabric_version=0.76.0+1.19.3 jankson_version=5.0.0+j1.2.1 modmenu_version=5.0.2 - libninepatch_version=1.1.0 + libninepatch_version=1.2.0 |
