Created
April 1, 2015 21:23
-
-
Save sidec/aaf77f68681fa385b823 to your computer and use it in GitHub Desktop.
sbt bare build file for Processing2 projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name := "p5inscala" | |
| version := "1.0" | |
| scalaVersion := "2.11.5" | |
| libraryDependencies ++= Seq( | |
| "org.processing" % "core" % "2.2.1", | |
| "org.jogamp.jogl" % "jogl-all-main" % "2.0.2", | |
| "org.jogamp.gluegen" % "gluegen-rt-main" % "2.0.2" | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment