From 078fe50351224d28592f1b2907585bd4fa551adf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 12 Sep 2018 01:23:02 +0200 Subject: Allow '+' character in dependency name --- project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index ddca7ec..f1c2b23 100644 --- a/project.conf +++ b/project.conf @@ -1,10 +1,10 @@ [package] name = "sibs" type = "executable" -version = "0.1.3" +version = "0.1.4" authors = ["DEC05EBA <0xdec05eba@gmail.com>"] tests = "tests" -platforms = ["linux32", "linux64", "win64"] +platforms = ["linux32", "linux64", "win32", "win64"] ignore_dirs = ["cmake", "cmake-build-debug", "build", "distribute", "examples"] [dependencies] -- cgit v1.2.3