Skip to content

Instantly share code, notes, and snippets.

@sidec
Created April 1, 2015 21:23
Show Gist options
  • Save sidec/aaf77f68681fa385b823 to your computer and use it in GitHub Desktop.
Save sidec/aaf77f68681fa385b823 to your computer and use it in GitHub Desktop.
sbt bare build file for Processing2 projects
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