mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 21:48:53 +08:00
13 lines
276 B
TOML
13 lines
276 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://fmt.dev/latest/usage.html#building-the-library
|
|
[source]
|
|
git = "https://github.com/fmtlib/fmt"
|
|
rev = "12.1.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DFMT_DOC=OFF",
|
|
"-DFMT_TEST=OFF",
|
|
]
|