summaryrefslogtreecommitdiff
path: root/sys/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-17 10:56:44 +0100
committerEugen Wissner <belka@caraus.de>2019-03-17 10:56:44 +0100
commit5ab99cf8873b130284336c52551ccede28f6cb2e (patch)
treea8f0770dfd9410566eb6d941fbea78b1ce840a9a /sys/dub.json
parent85d7a2b9ca122301bc1ba9e6167f7533cbd1b2e4 (diff)
downloadtanya-5ab99cf8873b130284336c52551ccede28f6cb2e.tar.gz
Move memory functions into memory.lifecycle
- move - moveEmplace - forward - emplace - swap
Diffstat (limited to 'sys/dub.json')
-rw-r--r--sys/dub.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dub.json b/sys/dub.json
index 8fb6d71..9201582 100644
--- a/sys/dub.json
+++ b/sys/dub.json
@@ -1,5 +1,12 @@
{
"name": "sys",
"description": "Low-level operating system bindings and definitions",
- "targetType": "library"
+ "targetType": "library",
+
+ "sourcePaths": [
+ "."
+ ],
+ "importPaths": [
+ "."
+ ]
}