From eb798e54f4f1e59b09b2293a145e5ee36037f123 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Sat, 14 Oct 2023 21:42:43 +0200 Subject: [PATCH] build --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d38d7669fa..07a76931c8 100644 --- a/build.gradle +++ b/build.gradle @@ -508,8 +508,8 @@ dependencies { implementation "com.badlogicgames.gdx:gdx:1.12.0" implementation "com.badlogicgames.gdx:gdx-platform:1.12.0:natives-desktop" - implementation "space.earlygrey:shapedrawer:2.4.0" - //implementation 'com.github.earlygrey:shapedrawer:extract-vertices-SNAPSHOT' + //implementation "space.earlygrey:shapedrawer:2.4.0" + implementation 'com.github.earlygrey:shapedrawer:extract-vertices-SNAPSHOT' implementation "com.badlogicgames.gdx:gdx-freetype:1.12.0" implementation "com.badlogicgames.gdx:gdx-freetype-platform:1.12.0:natives-desktop" implementation "com.badlogicgames.gdx-video:gdx-video:1.3.2-SNAPSHOT"