blender/extern/fmtlib/README.blender
Aras Pranckevicius c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
The library is used by OBJ/PLY/STL exporters, and several other parts.
Performance of OBJ/PLY export seems to be the same.
2023-11-21 10:43:14 +02:00

13 lines
326 B
Plaintext

Project: {fmt}
URL: https://github.com/fmtlib/fmt
License: MIT
Upstream version: 10.1.1 (f5e5435, 2023 Aug 28)
Local modifications:
- Took only files needed for Blender:
- LICENSE, README
- include/fmt: core.h, format-inl.h, format.h
- src/format.cc
- CMakeLists.txt is not from fmtlib, but
made for Blender codebase