From 0c4f602d09f9051d48ecfee6e5c624226a94a7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Mon, 3 May 2021 02:05:40 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20d=C3=A9pendances=20lwjgl=20via=20?= =?UTF-8?q?Maven?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..438626a --- /dev/null +++ b/pom.xml @@ -0,0 +1,96 @@ + + 4.0.0 + jeu-de-combat + jeu-de-combat + 0.0.1-SNAPSHOT + Jeu de combat + Projet de fin d'année de L3 + + src + + + maven-compiler-plugin + 3.8.1 + + 11 + + + + + + + 3.2.3 + natives-windows + + + + + + org.lwjgl + lwjgl-bom + ${lwjgl.version} + import + pom + + + + + + + org.lwjgl + lwjgl + + + org.lwjgl + lwjgl-assimp + + + org.lwjgl + lwjgl-glfw + + + org.lwjgl + lwjgl-openal + + + org.lwjgl + lwjgl-opengl + + + org.lwjgl + lwjgl-stb + + + org.lwjgl + lwjgl + ${lwjgl.natives} + + + org.lwjgl + lwjgl-assimp + ${lwjgl.natives} + + + org.lwjgl + lwjgl-glfw + ${lwjgl.natives} + + + org.lwjgl + lwjgl-openal + ${lwjgl.natives} + + + org.lwjgl + lwjgl-opengl + ${lwjgl.natives} + + + org.lwjgl + lwjgl-stb + ${lwjgl.natives} + + + + https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat + \ No newline at end of file