Fix :renderer :p2d so it's at least starting from within emacs
This commit is contained in:
parent
fbbc60a39c
commit
0075c83b5e
4 changed files with 30 additions and 9 deletions
23
deps.edn
23
deps.edn
|
|
@ -1,7 +1,24 @@
|
|||
{:deps {#_#_ org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
quil/quil {:mvn/version "4.3.1563"}
|
||||
{#_#_ :mvn/repos {"jogl" {:url "https://jogamp.org/deployment/maven/"}}
|
||||
:deps {#_#_ org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
quil/quil {:mvn/version "4.3.1563"
|
||||
#_#_ :exclusions [org.jogamp.jogl/jogl-all
|
||||
org.jogamp.gluegen/gluegen-rt]}
|
||||
thi.ng/geom {:mvn/version "1.0.0-RC3"
|
||||
:exclusions [org.jogamp.jogl/jogl-all
|
||||
org.jogamp.gluegen/gluegen-rt]}
|
||||
com.cnuernber/charred {:mvn/version "1.034"}
|
||||
overtone/osc-clj {:mvn/version "0.9.0"}}}
|
||||
overtone/osc-clj {:mvn/version "0.9.0"}
|
||||
|
||||
;; ;; native display code
|
||||
;; org.jogamp.gluegen/gluegen-rt {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.gluegen/gluegen-rt$natives-macosx-universal {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.gluegen/gluegen-rt$natives-linux-amd64 {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.gluegen/gluegen-rt$natives-linux-aarch64 {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.gluegen/gluegen-rt$natives-windows-amd64 {:mvn/version "2.5.0"}
|
||||
|
||||
;; org.jogamp.jogl/jogl-all {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.jogl/jogl-all$natives-macosx-universal {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.jogl/jogl-all$natives-linux-amd64 {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.jogl/jogl-all$natives-linux-aarch64 {:mvn/version "2.5.0"}
|
||||
;; org.jogamp.jogl/jogl-all$natives-windows-amd64 {:mvn/version "2.5.0"}
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue