We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e7803 commit 9776ae4Copy full SHA for 9776ae4
build.gradle
@@ -12,6 +12,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
12
buildscript {
13
14
ext.kotlinVersion = '1.3.0'
15
+ ext.glmVersion = 'b48ac556d4'
16
17
repositories {
18
jcenter() // shadow
@@ -31,9 +32,10 @@ dependencies {
31
32
33
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
34
- implementation 'com.github.kotlin-graphics:glm:1cb8581cbb734cc8f5da0dc32506f046e4840dd0'
35
+ implementation "com.github.kotlin-graphics.glm:glm:$glmVersion"
36
37
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.1.10'
38
+ testImplementation "com.github.kotlin-graphics.glm:glm-test:$glmVersion"
39
40
ext.lwjglVersion = "3.2.1-SNAPSHOT"
41
switch (OperatingSystem.current()) {
0 commit comments