Skip to content

Commit

Permalink
removed NightMonkeys dependency as it caused MeshDecoder to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rahelarnold98 committed Aug 27, 2024
1 parent 1d39258 commit 52e7df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitrivr-engine-index/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
runtimeOnly group: 'com.twelvemonkeys.imageio', name: 'imageio-pdf', version: version_twelvemonkeys

/** NightMonkeys for advancaded image formats (HEIF & WEBP). */
implementation group: 'com.github.gotson.nightmonkeys', name: 'imageio-heif', version: version_nightmonkeys
//implementation group: 'com.github.gotson.nightmonkeys', name: 'imageio-heif', version: version_nightmonkeys
}

/* Publication of vitrivr engine index to Maven Central. */
Expand Down

0 comments on commit 52e7df5

Please sign in to comment.