We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cb905 commit b48ac55Copy full SHA for b48ac55
README.md
@@ -52,11 +52,16 @@ fun camera(translate: Float, rotate: Vec2): Mat4 {
52
- Add the dependency
53
54
dependencies {
55
- compile 'com.github.kotlin-graphics:glm:0.01'
+ implementation 'com.github.kotlin-graphics.glm:glm:<version>'
56
}
57
+
58
+- The [kotlin-test](https://github.com/kotlintest/kotlintest) matchers can be used by adding the following dependency
59
60
+ dependencies {
61
+ implementation 'com.github.kotlin-graphics.glm:glm-test:<version>'
62
+ }
63
-[Gradle, Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/glm/0.01)
64
+[Gradle, Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/glm)
65
66
67
0 commit comments