Add float utilities, & float formatting with dragonbox
This commit is contained in:
6
vendor/dragonbox/BUILD.bazel
vendored
Normal file
6
vendor/dragonbox/BUILD.bazel
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
cc_library(
|
||||
name = "dragonbox",
|
||||
hdrs = ["dragonbox.h"],
|
||||
includes = ["."],
|
||||
visibility = ["//:__subpackages__"],
|
||||
)
|
Reference in New Issue
Block a user