Added JMonkeyEngine integration library

NightMod is, sadly, breaking under both Java 8 and Java 11 (different reasons), so I don't think it's going to be a usable engine for this project.
This commit is contained in:
Simon Brooke 2021-11-17 13:34:05 +00:00
parent bca4ebf60e
commit 4fa67075ec
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -2,7 +2,8 @@
:description "A game about avoiding climate catastrophe"
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
:dependencies [[org.clojure/clojure "1.10.3"]]
:dependencies [[jme-clj "0.1.13"]
[org.clojure/clojure "1.10.3"]]
:main ^:skip-aot climate-game.core
:plugins [[lein-cloverage "1.2.2"]
[lein-codox "0.10.7-cloverage"]]