Build jar

This commit is contained in:
Joseph Ferano 2026-08-23 07:43:08 +07:00
parent 9df558f749
commit e91dae506a

View File

@ -6,6 +6,11 @@
{:common
{:jvm-opts ["--enable-native-access=ALL-UNNAMED"
"-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
{:main-opts ["-m" "game"]}