From 48d3fa1c11e97816084d77b0ba15322dbeab4432 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 16 Feb 2026 17:32:00 -0500 Subject: [PATCH] Proper backend --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5f4a1ee3cd..25ea07ad30 100644 --- a/build.gradle +++ b/build.gradle @@ -251,7 +251,7 @@ project(":desktop"){ implementation "com.github.Anuken:steamworks4j:$steamworksVersion" - implementation arcModule("backends:backend-sdl") + implementation arcModule("backends:backend-sdl3") annotationProcessor 'com.github.Anuken:jabel:0.9.0' } }