forked from Clones/Controlify
Migrate to libsdl4j, SDL download screen, use gamecontrollerdb.txt
, calibration now detects joystick triggers
This commit is contained in:
@ -19,7 +19,7 @@ sodium = "mc1.20.1-0.5.0"
|
||||
iris = "1.6.5+1.20.1"
|
||||
immediately_fast = "1.2.0+1.20.1"
|
||||
simple_voice_chat = "fabric-1.20.1-2.4.18"
|
||||
sdl2_jni = "2.28.2-26"
|
||||
libsdl4j = "2.28.2-11"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
@ -35,7 +35,7 @@ sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }
|
||||
iris = { module = "maven.modrinth:iris", version.ref = "iris" }
|
||||
immediately_fast = { module = "maven.modrinth:immediatelyfast", version.ref = "immediately_fast" }
|
||||
simple_voice_chat = { module = "maven.modrinth:simple-voice-chat", version.ref = "simple_voice_chat" }
|
||||
sdl2_jni = { module = "dev.isxander:sdl2-jni", version.ref = "sdl2_jni" }
|
||||
libsdl4j = { module = "dev.isxander:libsdl4j", version.ref = "libsdl4j" }
|
||||
|
||||
test_fabric_loader = { module = "net.fabricmc:fabric-loader-junit", version.ref = "fabric_loader" }
|
||||
|
||||
|
Reference in New Issue
Block a user