From 1d3e221a7a20bfd03517e3ae1e35e4a309a69b6a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 10 Dec 2017 01:10:48 +0100 Subject: Add support for dependencies in global lib dir Global lib dir is located at ~/.sibs/lib TODO: If global lib dir doesn't exist, download it from github/server --- project.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 0f65e5c..96bb9b9 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,6 @@ name = "sibs" version = "0.1.0" authors = ["Aleksi Lindeman "] -[dependencies] \ No newline at end of file +[dependencies] +sfml-all = "2.4" +xxhash = "0.1.0" \ No newline at end of file -- cgit v1.2.3