From 22d522f6cd09e2c5f1678a0479be5dc19ca1eb15 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 28 Dec 2017 17:14:04 +0100 Subject: Replace cmake with sibs. Sibs builds itself now If you dont already have sibs to build sibs, download first release: https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz Then you can install new version of sibs --- project.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 96bb9b9..a6e811c 100644 --- a/project.conf +++ b/project.conf @@ -1,8 +1,9 @@ [package] name = "sibs" +type = "executable" version = "0.1.0" -authors = ["Aleksi Lindeman "] +authors = ["DEC05EBA <0xdec05eba@gmail.com>"] [dependencies] -sfml-all = "2.4" -xxhash = "0.1.0" \ No newline at end of file +libcurl = "7" +libarchive = "3.3" \ No newline at end of file -- cgit v1.2.3