diff options
author | rtk0c <[email protected]> | 2023-06-15 18:13:43 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2023-06-15 18:13:43 -0700 |
commit | 434a274cc8b85cfb37309c0ac1b1470ed930d30f (patch) | |
tree | 7c58e71906f5476ff6d103a1f696857915c8394c /conanfile.txt | |
parent | a55e98b68735f1e4152a01773f22d28c472138ab (diff) |
Changeset: 97 Migreate to conan2
Diffstat (limited to 'conanfile.txt')
-rw-r--r-- | conanfile.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/conanfile.txt b/conanfile.txt deleted file mode 100644 index 3b3a0c1..0000000 --- a/conanfile.txt +++ /dev/null @@ -1,19 +0,0 @@ -[requires] -fmt/9.0.0 -spdlog/1.10.0 -cxxopts/3.0.0 -glad/0.1.34 -assimp/5.2.2 -rapidjson/cci.20211112 -json_dto/0.3.1 -stb/cci.20210910 -robin-hood-hashing/3.11.5 -frozen/1.1.1 -sqlite3/3.38.5 - -[generators] -cmake - -[options] -glad:no_loader=True -glad:gl_version=4.5 |