Skip to content

Commit

Permalink
added dragonbox as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Nov 4, 2022
1 parent 270177c commit fdd470f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ target_link_libraries(main PRIVATE glaze::glaze)

## Dependencies

Glaze can be used header only by linking to `fmt-header-only`, or `fmt` can be statically linked.

- [fmt](https://github.com/fmtlib/fmt)
- [dragonbox](https://github.com/jk-jeon/dragonbox)
- [fast_float](https://github.com/fastfloat/fast_float)
- [fmt](https://github.com/fmtlib/fmt)
- [frozen](https://github.com/serge-sans-paille/frozen.git)
- [NanoRange](https://github.com/tcbrindle/NanoRange)

Expand Down

0 comments on commit fdd470f

Please sign in to comment.