File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ group = 'com.github.kotlin-graphics'
9
9
10
10
buildscript {
11
11
12
- ext. kotlinVersion = ' 1.2-M1 '
12
+ ext. kotlinVersion = ' 1.2-M2 '
13
13
14
14
repositories {
15
15
mavenCentral()
@@ -28,7 +28,7 @@ dependencies {
28
28
29
29
testCompile ' com.github.elect86:kotlintest:43281b7e1b'
30
30
31
- compile ' com.github.kotlin-graphics:gli:8a3cbacb12274d8d383b91246c2bd233f7d86c7e '
31
+ compile ' com.github.kotlin-graphics:gli:288373dca08d7fb8c09876a282d082eb70f73df2 '
32
32
33
33
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
34
34
Original file line number Diff line number Diff line change 3
3
4
4
package uno.glm
5
5
6
+ import glm_.func.rad
6
7
import glm_.glm
7
- import glm_.rad
8
8
import glm_.mat4x4.Mat4
9
9
import glm_.vec2.Vec2i
10
10
import glm_.vec3.Vec3
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import com.jogamp.opengl.GLCapabilities
6
6
import com.jogamp.opengl.GLEventListener
7
7
import com.jogamp.opengl.GLProfile
8
8
import com.jogamp.opengl.util.Animator
9
+ import glm_.func.rad
9
10
import glm_.mat4x4.Mat4
10
- import glm_.rad
11
11
import io.kotlintest.specs.StringSpec
12
12
import uno.glm.MatrixStack
13
13
import uno.glsl.Program
You can’t perform that action at this time.
0 commit comments