mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Update to latest cscore build for PS3Eye support
This commit is contained in:
14
Main/pom.xml
14
Main/pom.xml
@@ -116,37 +116,39 @@
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.cscore</groupId>
|
||||
<artifactId>cscore-java</artifactId>
|
||||
<version>2019.4.1-176-ga5650b9</version>
|
||||
<version>2019.4.1-136-gb2861f8</version>
|
||||
</dependency>
|
||||
<!--frc cscore interface libs-->
|
||||
<!-- linuxaarch64bionic has been temporarily disabled
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.cscore</groupId>
|
||||
<artifactId>cscore-jni</artifactId>
|
||||
<version>2019.4.1-176-ga5650b9</version>
|
||||
<version>2019.4.1-136-gb2861f8</version>
|
||||
<classifier>linuxaarch64bionic</classifier>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.cscore</groupId>
|
||||
<artifactId>cscore-jni</artifactId>
|
||||
<version>2019.4.1-176-ga5650b9</version>
|
||||
<version>2019.4.1-136-gb2861f8</version>
|
||||
<classifier>linuxraspbian</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.cscore</groupId>
|
||||
<artifactId>cscore-jni</artifactId>
|
||||
<version>2019.4.1-176-ga5650b9</version>
|
||||
<version>2019.4.1-136-gb2861f8</version>
|
||||
<classifier>linuxx86-64</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.cscore</groupId>
|
||||
<artifactId>cscore-jni</artifactId>
|
||||
<version>2019.4.1-176-ga5650b9</version>
|
||||
<version>2019.4.1-136-gb2861f8</version>
|
||||
<classifier>osxx86-64</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.cscore</groupId>
|
||||
<artifactId>cscore-jni</artifactId>
|
||||
<version>2019.4.1-176-ga5650b9</version>
|
||||
<version>2019.4.1-136-gb2861f8</version>
|
||||
<classifier>windowsx86-64</classifier>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user