Skip to content

Commit 252eceb

Browse files
authored
Update README (fix #192)
1 parent c925e7d commit 252eceb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ libraryDependencies += "com.thoughtworks.compute" %% "cpu" % "latest.release"
4242

4343
libraryDependencies += "com.thoughtworks.compute" %% "gpu" % "latest.release"
4444

45+
// LWJGL OpenCL library
46+
libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "latest.release"
47+
4548
// Platform dependent runtime of LWJGL core library
4649
libraryDependencies += ("org.lwjgl" % "lwjgl" % "latest.release").jar().classifier {
4750
import scala.util.Properties._

0 commit comments

Comments
 (0)