Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
[build]
type = "cmake"
[build.flags]
build_dir = "build"
configure = [
"-DBUILD_SHARED_LIBS=ON",
"-Wno-dev",
"-G Ninja",
]
[dependencies]
build = [
"cmake",
"mkdocs",
"mkdocs-material",
"mkdocstrings",
"ninja",
"npm",
"python-pymdown-extensions",
"python-regex",
]
runtime = [
"glibc",
"libunwind",
"libcxx",
]
[package]
description = "Open-source formatting library for C++"
homepage = "https://fmt.dev/"
license = "MIT"
name = "fmt"
version = "12.1.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/fmtlib/fmt.git#$version"