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/)
|
* OpenGL via [lwjgl](https://www.lwjgl.org/)
|
||||||
* OpenAL via [lwjgl](https://www.lwjgl.org/)
|
* OpenAL via [lwjgl](https://www.lwjgl.org/)
|
||||||
* [JavaFX](https://openjfx.io)
|
* [JavaFX](https://openjfx.io)
|
||||||
* [JXInput](https://github.com/StrikerX3/JXInput)
|
|
||||||
|
|
||||||
## Contributeurs
|
## Contributeurs
|
||||||
|
|
||||||
|
18
pom.xml
18
pom.xml
@ -43,16 +43,6 @@
|
|||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- JitPack repo for JXInput -->
|
|
||||||
<repositories>
|
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>jitpack.io</id>
|
|
||||||
<url>https://jitpack.io</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -150,14 +140,6 @@
|
|||||||
<version>${javafx.version}</version>
|
<version>${javafx.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- JXINPUT for controller support -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.strikerx3</groupId>
|
|
||||||
<artifactId>jxinput</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user