Proper backend

This commit is contained in:
Anuken
2026-02-16 17:32:00 -05:00
parent 88e487303d
commit 48d3fa1c11

View File

@@ -251,7 +251,7 @@ project(":desktop"){
implementation "com.github.Anuken:steamworks4j:$steamworksVersion" implementation "com.github.Anuken:steamworks4j:$steamworksVersion"
implementation arcModule("backends:backend-sdl") implementation arcModule("backends:backend-sdl3")
annotationProcessor 'com.github.Anuken:jabel:0.9.0' annotationProcessor 'com.github.Anuken:jabel:0.9.0'
} }
} }