Files
allwpilib/shared/imgui.gradle

14 lines
442 B
Groovy
Raw Normal View History

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)
}
}
}