aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-31 05:24:40 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-31 05:26:07 +0100
commit017ec45e94204f977dcd7b04c8035d48f230ded3 (patch)
tree7778ecc069f05fb527329f36876ed13a17a48ab3 /project.conf
parent7a5910121ab0ad2ea8a4a60e5b6599b7255e5a5e (diff)
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 !!!
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf7
1 files changed, 4 insertions, 3 deletions
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"