Patch 04/03/2025

This commit is contained in:
2025-03-04 12:25:02 +07:00
parent e1d129fa07
commit 123a89eec9
6 changed files with 67 additions and 18 deletions

View File

@@ -20,6 +20,8 @@
<artifactId>javacv</artifactId>
<version>1.5.11</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencv</artifactId>
@@ -68,9 +70,9 @@
<groupId>org.bytedeco</groupId>
<artifactId>cuda</artifactId>
<version>12.6-9.5-1.5.11</version>
<classifier>linux-arm64</classifier>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp</artifactId>