From c3600612a83442eeadf99a1602ab07537b071b66 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Sat, 18 Mar 2023 16:25:38 +0200 Subject: 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 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') 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 -- cgit