polysoft1 / libmatrix-client

A C++ client for the matrix communication protocol that is designed to not be dependent on specific libraries.
MIT License
2 stars 0 forks source link

FMT compile improvements #18

Closed jaredoconnell closed 3 years ago

jaredoconnell commented 3 years ago

These changes were needed to support more platforms, and to make compiling easier.

Changing core to format was needed to make it work header-only.