diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-08-08 21:28:44 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-08-08 21:28:44 +0100 |
| commit | 7b83b892bec7b540d4d8bac132084a2f5db6c195 (patch) | |
| tree | 44d2f4190c62c3a66e1310dd05f390efe56b7bc2 /build.gradle | |
| parent | d7fade41bf6641e98e0a95b1c78e70e5470f247d (diff) | |
| download | KGB-7b83b892bec7b540d4d8bac132084a2f5db6c195.tar.xz KGB-7b83b892bec7b540d4d8bac132084a2f5db6c195.zip | |
Update imgui to 1.63-beta1
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5f657cb..6f74489 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ test { dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - compile 'com.github.kotlin-graphics:imgui:v1.62-beta-02' + compile 'com.github.kotlin-graphics:imgui:v1.63-beta-01' switch (OperatingSystem.current()) { case OperatingSystem.WINDOWS: |