Skip to content

Commit 00f00d1

Browse files
authored
Merge pull request #327 from wedesoft/volumetric-clouds-7
Update site/volumetric_clouds/main.qmd
2 parents aae6fe6 + 8f1dc85 commit 00f00d1

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

site/volumetric_clouds/main.qmd

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)