aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-28 17:14:04 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-28 17:15:53 +0100
commit22d522f6cd09e2c5f1678a0479be5dc19ca1eb15 (patch)
tree0cb6fc7733e8d4ccc9e67724e7fc2be56b2ae9fb /project.conf
parent1f583ebb6e3973c992d59886659bf53ff87f41de (diff)
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
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 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 <aleksi_888@hotmail.com>"]
+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