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' } }