Removed references to JXInput (using directinput instead)
This commit is contained in:
parent
efbef95aa0
commit
a9bbde6c46
@ -8,7 +8,6 @@ Jeu de combat inspiré de Street Fighter III: Third Strike, réalisé dans le ca
|
||||
* OpenGL via [lwjgl](https://www.lwjgl.org/)
|
||||
* OpenAL via [lwjgl](https://www.lwjgl.org/)
|
||||
* [JavaFX](https://openjfx.io)
|
||||
* [JXInput](https://github.com/StrikerX3/JXInput)
|
||||
|
||||
## Contributeurs
|
||||
|
||||
|
18
pom.xml
18
pom.xml
@ -43,16 +43,6 @@
|
||||
|
||||
</properties>
|
||||
|
||||
<!-- JitPack repo for JXInput -->
|
||||
<repositories>
|
||||
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
@ -150,14 +140,6 @@
|
||||
<version>${javafx.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- JXINPUT for controller support -->
|
||||
<dependency>
|
||||
<groupId>com.github.strikerx3</groupId>
|
||||
<artifactId>jxinput</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
Loading…
x
Reference in New Issue
Block a user