From 80a177179d271b6d023f51aa3abb69376415b36e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 15 Mar 2018 05:46:42 +0100 Subject: Add hash table to the "Current status" branches --- dub.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dub.json') diff --git a/dub.json b/dub.json index f25a4e6..63774fe 100644 --- a/dub.json +++ b/dub.json @@ -1,8 +1,8 @@ { "name": "tanya", - "description": "General purpose, @nogc library. Containers, networking, metaprogramming, memory management, utilities", + "description": "@nogc library. Containers, networking, metaprogramming, memory management, utilities", "license": "MPL-2.0", - "copyright": "(c) Eugene Wissner ", + "copyright": "© Eugene Wissner ", "authors": [ "Eugene Wissner" ], @@ -10,7 +10,7 @@ "targetType": "library", "dependencies-linux": { - "mir-linux-kernel": "~>1.0.0", + "mir-linux-kernel": "~>1.0.0" }, "configurations": [ @@ -33,5 +33,6 @@ "versions": ["TanyaNative"] } ], + "libs-windows": ["advapi32"] } -- cgit v1.2.3