Experimental SDL3 backend

This commit is contained in:
Anuken
2026-01-27 16:06:08 +09:00
parent 2ad41a9047
commit fd6a98f9db
2 changed files with 3 additions and 3 deletions

View File

@@ -254,7 +254,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'
}
}