30 lines
1.1 KiB
Clojure
30 lines
1.1 KiB
Clojure
(defproject voxelburst "0.1.0-SNAPSHOT"
|
|
:description "FIXME: write description"
|
|
:url "http://example.com/FIXME"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
|
[org.clojure/math.numeric-tower "0.0.4"]
|
|
[org.clojure/tools.trace "0.7.9"]
|
|
;; [net.mikera/core.matrix "0.57.0"]
|
|
;;[thi.ng/luxor "0.3.1"]
|
|
;; [thi.ng/geom "0.0.1062"]
|
|
;; [thi.ng/geom "0.0.908"]
|
|
[thi.ng/geom "0.0.815"]
|
|
;; [thi.ng/math "0.2.1"]
|
|
|
|
;; [thi.ng/geom-types "0.0.908"]
|
|
;; [thi.ng/geom-core "0.0.908"]
|
|
[thi.ng/geom-core "0.0.815"]
|
|
;; [thi.ng/geom-meshops "0.0.908"]
|
|
;; [thi.ng/xerror "0.1.0"]
|
|
|
|
;; [thi.ng/geom "0.0.1173-SNAPSHOT"]
|
|
;; [thi.ng/geom-voxel "0.0.908"]
|
|
|
|
;;[seesaw "1.4.5"]
|
|
]
|
|
:main ^:skip-aot voxelburst.core
|
|
:target-path "target/%s"
|
|
:profiles {:uberjar {:aot :all}})
|