Skip to content

Commit

Permalink
upgraded to NArr 0.105
Browse files Browse the repository at this point in the history
  • Loading branch information
c committed Dec 4, 2023
1 parent 647a84a commit a599830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val slash = crossProject(
.crossType(CrossType.Full)
.settings(
description := "High performance, low footprint, cross platform, Linear Algebra and Statistics Hacks!",
libraryDependencies += "ai.dragonfly" %%% "narr" % "0.104"
libraryDependencies += "ai.dragonfly" %%% "narr" % "0.105"
)
.jvmSettings(
libraryDependencies ++= Seq( "org.scala-js" %% "scalajs-stubs" % "1.1.0" )
Expand Down
2 changes: 0 additions & 2 deletions slash/shared/src/main/scala/slash/vector/Vec2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import narr.*

object Vec2 {

import Vec.*

def rotateAllDegrees(vectors:NArray[Vec[2]], degrees: Double): NArray[Vec[2]] = {
rotateAll(vectors, degreesToRadians(degrees))
}
Expand Down

0 comments on commit a599830

Please sign in to comment.