Skip to content

Commit b48ac55

Browse files
committed
Updated readme with new gradle dependencies
1 parent d2cb905 commit b48ac55

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,16 @@ fun camera(translate: Float, rotate: Vec2): Mat4 {
5252
- Add the dependency
5353

5454
dependencies {
55-
compile 'com.github.kotlin-graphics:glm:0.01'
55+
implementation 'com.github.kotlin-graphics.glm:glm:<version>'
5656
}
57+
58+
- The [kotlin-test](https://github.com/kotlintest/kotlintest) matchers can be used by adding the following dependency
5759

60+
dependencies {
61+
implementation 'com.github.kotlin-graphics.glm:glm-test:<version>'
62+
}
5863

59-
[Gradle, Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/glm/0.01)
64+
[Gradle, Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/glm)
6065

6166

6267

0 commit comments

Comments
 (0)