diff options
author | rtk0c <[email protected]> | 2022-02-19 13:30:03 -0800 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-02-19 13:30:03 -0800 |
commit | 9dcdcf68f6a60741cbdd287e7eda23b4a21a080e (patch) | |
tree | f5ff4c569607e1f63de9dd87bb7442e021b1f620 /conanfile.txt | |
parent | 2599909052ef552efd5622bf73b60913e815b498 (diff) |
Fix build errors and update all dependencies to latest version
- Fixed doctest executable not compiling
- Fixed class accessibility error in Workflow_Main.cpp
- Fixed selection of OpenGL loader in imgui OpenGL 2 & 3 backends
- All loading is handled in our code now, the imgui_*_backend.cpp files are instructed to do nothing
Diffstat (limited to 'conanfile.txt')
-rw-r--r-- | conanfile.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conanfile.txt b/conanfile.txt index 7ba98c6..af2a0ef 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,13 +1,13 @@ [requires] -argparse/2.1 +argparse/2.2 sqlitecpp/3.1.1 -jsoncpp/1.9.4 +jsoncpp/1.9.5 stduuid/1.0 portable-file-dialogs/0.1.0 -libxlsxwriter/1.0.0 -glfw/3.3.2 +libxlsxwriter/1.1.4 +glfw/3.3.6 glad/0.1.34 -doctest/2.4.4 +doctest/2.4.8 tsl-ordered-map/1.0.0 tsl-robin-map/0.6.3 tsl-array-hash/0.7.1 |