diff options
author | rtk0c <[email protected]> | 2022-07-30 22:20:45 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-07-30 22:20:45 -0700 |
commit | 92d01f21e420f41b3319431331af54011aa88af6 (patch) | |
tree | a28aeffdf5554eca7de0948f5635e74d7efdf810 /conanfile.txt | |
parent | fbb26deb27909f5603746739822c0d9c338955b9 (diff) |
Changeset: 89 Add fmtlib and spdlog deps from conan, fix compile errors to 88
Diffstat (limited to 'conanfile.txt')
-rw-r--r-- | conanfile.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conanfile.txt b/conanfile.txt index 5aed61c..74f308d 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,4 +1,6 @@ [requires] +fmt/9.0.0 +spdlog/1.10.0 cxxopts/3.0.0 glad/0.1.34 assimp/5.2.2 |