Skip to content

Commit

Permalink
Shadow JOML (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania authored Feb 15, 2024
1 parent 8e2936e commit 2b86890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

dependencies {
shadowImplementation("it.unimi.dsi:fastutil:8.5.12") // Apache 2.0

shadowImplementation("org.joml:joml:1.10.5") // MIT

testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
Expand Down

0 comments on commit 2b86890

Please sign in to comment.