aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-03 12:09:58 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-03 12:09:58 +0200
commit2d796243ad157f52d33a5b9d4f449e3845cf1649 (patch)
treeaa6f2d358c68ff7f2f99ef4f76a83c76f3ee076f /project.conf
parent46d5b735fdbaaf49fe41be4d209fb7d8c314b36b (diff)
Do not use exact versions of dependencies, remove tidy which html-search already has dependency on
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/project.conf b/project.conf
index fb21e5d..04ed905 100644
--- a/project.conf
+++ b/project.conf
@@ -9,7 +9,6 @@ version = "c++17"
[dependencies]
sfml-graphics = "2"
-x11 = "1.6.5"
-jsoncpp = "1.5"
-cppcodec-1 = "0.1"
-tidy = "5" \ No newline at end of file
+x11 = "1"
+jsoncpp = "1"
+cppcodec-1 = "0"