mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
14 lines
442 B
Groovy
14 lines
442 B
Groovy
nativeUtils {
|
|
nativeDependencyContainer {
|
|
imgui(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
|
|
groupId = "edu.wpi.first.thirdparty.frc2023"
|
|
artifactId = "imgui"
|
|
headerClassifier = "headers"
|
|
sourceClassifier = "sources"
|
|
ext = "zip"
|
|
version = '1.89.1-2'
|
|
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
|
|
}
|
|
}
|
|
}
|