File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,16 +32,23 @@ This article gets you started with computing and rendering volumetric clouds.
3232
3333## Dependencies
3434
35- To download the required libraries, we use a ` deps.edn ` file with the following content:
35+ To download the required libraries, we use a ` deps.edn ` file with the following content.
36+ Replace the * natives-linux* classifier with * natives-macos* or * natives-windows* as required.
3637
3738``` Clojure
3839{:deps
3940 {
40- org.clojure/clojure {:mvn/version " 1.12.3" }
41- org.scicloj/noj {:mvn/version " 2-beta18" }
42- midje/midje {:mvn/version " 1.10.10" }
43- generateme/fastmath {:mvn/version " 3.0.0-alpha4" }
44- comb/comb {:mvn/version " 1.0.0" }
41+ org.clojure/clojure {:mvn/version " 1.12.3" }
42+ org.scicloj/noj {:mvn/version " 2-beta18" }
43+ midje/midje {:mvn/version " 1.10.10" }
44+ generateme/fastmath {:mvn/version " 3.0.0-alpha4" }
45+ org.lwjgl/lwjgl {:mvn/version " 3.4.0" }
46+ org.lwjgl/lwjgl$natives-linux {:mvn/version " 3.4.0" }
47+ org.lwjgl/lwjgl-opengl {:mvn/version " 3.4.0" }
48+ org.lwjgl/lwjgl-opengl$natives-linux {:mvn/version " 3.4.0" }
49+ org.lwjgl/lwjgl-glfw {:mvn/version " 3.4.0" }
50+ org.lwjgl/lwjgl-glfw$natives-linux {:mvn/version " 3.4.0" }
51+ comb/comb {:mvn/version " 1.0.0" }
4552 }
4653}
4754```
You can’t perform that action at this time.
0 commit comments