From 03a92d22027ef0738d1ebfd59145236905751425 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 15 Dec 2018 14:59:28 +0100 Subject: Remove Gson dependency start custom libjtmx implementation This commit breaks MapLoader and by consequence the entire game. Being in Java 9+ now we will have multiple modules, namely: - libjtmx: separate minimal tmx (tiled) files loader library - subconscious: the game itself --- manifest.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'manifest.txt') diff --git a/manifest.txt b/manifest.txt index 9ecb5af..73fcb85 100644 --- a/manifest.txt +++ b/manifest.txt @@ -1,2 +1 @@ Main-Class: subconscious.Subconscious -Class-Path: ../lib/gson-2.6.2.jar -- cgit v1.2.1