Build jar
This commit is contained in:
parent
9df558f749
commit
e91dae506a
7
deps.edn
7
deps.edn
@ -5,7 +5,12 @@
|
|||||||
:aliases
|
:aliases
|
||||||
{:common
|
{:common
|
||||||
{:jvm-opts ["--enable-native-access=ALL-UNNAMED"
|
{:jvm-opts ["--enable-native-access=ALL-UNNAMED"
|
||||||
"-Draylib.path=/home/joe/.local/bin/odin/vendor/raylib/linux/libraylib.so.600"]}
|
"-Draylib.path=/home/joe/.local/bin/odin/vendor/raylib/linux/libraylib.so.600"]}
|
||||||
|
|
||||||
|
:build
|
||||||
|
{:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.10"}}
|
||||||
|
:ns-default build}
|
||||||
|
|
||||||
:run
|
:run
|
||||||
{:main-opts ["-m" "game"]}
|
{:main-opts ["-m" "game"]}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user