Skip to content

Commit

Permalink
dependency_utils => deputils
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 14, 2021
1 parent f4cf787 commit e764bce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/std/strfloats.nim
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ proc toStringSprintf*(buf: var array[strFloatBufLen, char]; value: BiggestFloat)
result = 3

when useDragonbox:
import private/dependency_utils
import private/deputils
addDependency("dragonbox")
proc dragonboxToString(buf: ptr char, value: cdouble): ptr char {.importc: "nim_dragonbox_Dtoa".}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import std/private/dependency_utils
import std/private/deputils

doAssert not compiles(addDependency("nonexistant"))

Expand Down

0 comments on commit e764bce

Please sign in to comment.