Skip to content

Commit

Permalink
Update boofcv version (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid authored and edwinRNDR committed Jul 3, 2020
1 parent 0ec7d91 commit f832549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openrndr-demos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceSets {
}
}

def boofcvVersion = "0.34"
def boofcvVersion = "0.36"

dependencies {
demoImplementation(project(":orx-mesh-generators"))
Expand All @@ -22,4 +22,4 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)
}
}
4 changes: 2 additions & 2 deletions orx-boofcv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceSets {
}
}

def boofcvVersion = "0.34"
def boofcvVersion = "0.36"

dependencies {

Expand All @@ -18,4 +18,4 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)
}
}

0 comments on commit f832549

Please sign in to comment.