blob: 04d42651c97cd040ba2889c2f0ef43fdf704b41f [file] [log] [blame]
James Kuszmaulcf324122023-01-14 14:07:17 -08001nativeUtils {
2 nativeDependencyContainer {
3 imgui(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
4 groupId = "edu.wpi.first.thirdparty.frc2023"
5 artifactId = "imgui"
6 headerClassifier = "headers"
7 sourceClassifier = "sources"
8 ext = "zip"
9 version = '1.89.1-1'
10 targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
11 }
12 }
13}