should allow steam achievements.

This commit is contained in:
Bryce Covert
2015-11-10 19:57:22 -08:00
parent 061008c97b
commit 6e9ada941b
7 changed files with 35 additions and 3 deletions

View File

@@ -28,6 +28,9 @@
[org.clojure/data.csv "0.1.3"]]
:warn-on-reflection true}
:steam {
:dependencies [[com.code-disaster.steamworks4j/steamworks4j "1.2.2"]]
}
}
:aot [advent.core.desktop-launcher]
:main advent.core.desktop-launcher)