James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame] | 1 | nativeUtils { |
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 | } |