diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-03-15 05:46:42 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-03-15 05:46:42 +0100 |
| commit | 80a177179d271b6d023f51aa3abb69376415b36e (patch) | |
| tree | 40e8b2a5dee4f06c7370ca91986c753b32ad0e58 /dub.json | |
| parent | 2532d491059e7941693e5e3dc8d8011b6b94da6a (diff) | |
| download | tanya-80a177179d271b6d023f51aa3abb69376415b36e.tar.gz | |
Add hash table to the "Current status" branches
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 <info@caraus.de>", + "copyright": "© Eugene Wissner <info@caraus.de>", "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"] } |
