Browse Source
Merge pull request #9 from hamoid/removeRedundantBoofcv
Remove redundant boofcv dependency
master
Edwin Jakobs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
build.gradle.kts
|
|
@ -173,10 +173,6 @@ dependencies { |
|
|
|
implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlinVersion") |
|
|
|
} |
|
|
|
|
|
|
|
if ("orx-boofcv" in orxFeatures) { |
|
|
|
implementation("org.boofcv:boofcv-core:0.35") |
|
|
|
} |
|
|
|
|
|
|
|
implementation(kotlin("stdlib-jdk8")) |
|
|
|
testImplementation("junit", "junit", "4.12") |
|
|
|
} |
|
|
|