[build] Update Native Utils, remove all rpath tricks (#6671)

With fixes to Windows and macOS library path handling, all the tricks we used in the past to make library loading work are no longer required.
This commit is contained in:
Thad House
2024-06-08 09:52:29 -07:00
committed by GitHub
parent 300595da9e
commit 917b5dde66
8 changed files with 3 additions and 48 deletions

View File

@@ -9,5 +9,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2025.0.0"
implementation "edu.wpi.first:native-utils:2025.1.0"
}