diff options
author | rtk0c <[email protected]> | 2021-04-08 08:49:10 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-08 08:49:10 -0700 |
commit | ce8660cc5bfc12e6e3f75d4cce22492783ca9066 (patch) | |
tree | f5c1088def48e60570a1225d6440f304b37b5b5c /conanfile.txt | |
parent | 2f4b9db39239ed5150094a81743beea42a3eedc2 (diff) |
Initial work on table visualizer
Diffstat (limited to 'conanfile.txt')
-rw-r--r-- | conanfile.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.txt b/conanfile.txt index f0eab2c..ef10071 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,6 +1,6 @@ [requires] argparse/2.1 -sqlite3/3.35.2 +sqlitecpp/3.1.1 jsoncpp/1.9.4 portable-file-dialogs/0.1.0 glfw/3.3.2 |