summaryrefslogtreecommitdiff
path: root/sys/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-03-12 08:48:35 +0100
committerEugen Wissner <belka@caraus.de>2021-03-12 08:48:35 +0100
commit0fcc83d00eb9d0699167bf105d522e7d23a44d32 (patch)
tree5cb0c97b04ec54cfba823e6c89dac99fbd5dcfdf /sys/dub.json
parentf27f62b80abf8b237d5c4bf57427fd50aa17e2b0 (diff)
downloadtanya-0fcc83d00eb9d0699167bf105d522e7d23a44d32.tar.gz
Remove the sys package
Diffstat (limited to 'sys/dub.json')
-rw-r--r--sys/dub.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/dub.json b/sys/dub.json
deleted file mode 100644
index 9f7099d..0000000
--- a/sys/dub.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "sys",
- "description": "Low-level operating system bindings and definitions",
- "targetType": "library",
-
- "sourcePaths": [
- "."
- ],
- "importPaths": [
- "."
- ],
- "dflags-dmd": ["-dip1000"]
-}