From 017ec45e94204f977dcd7b04c8035d48f230ded3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 Dec 2017 05:24:40 +0100 Subject: Sibs can now build itself on windows Fixed several bugs. The windows implementation IS QUICK AND DIRTY! It links things as static even if you wish to link as dynamic etc..... NEED TO FIX THIS !!! --- project.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 3f46ea9..0bbac1f 100644 --- a/project.conf +++ b/project.conf @@ -1,10 +1,11 @@ [package] name = "sibs" type = "executable" -version = "0.1.0" +version = "0.1.1" authors = ["DEC05EBA <0xdec05eba@gmail.com>"] tests = "tests" +platforms = ["linux32", "linux64", "win64"] [dependencies] -libcurl = "7" -libarchive = "3.3" +libcurl = "7.57.0" +libarchive = "3.3.2" -- cgit v1.2.3