summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-02 08:01:58 +0100
committerEugen Wissner <belka@caraus.de>2019-03-02 08:08:10 +0100
commit5b850d532edebf83d8988ff413cbd2a988011630 (patch)
treeed9c996e52939fcf4ea88518cd7cdb000e0869d9 /dub.json
parentd7dfa3f6f14309327934fa846aed6a5c3b40dd6a (diff)
downloadtanya-5b850d532edebf83d8988ff413cbd2a988011630.tar.gz
Move meta into a separate subpackage
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/dub.json b/dub.json
index e52bbfd..736c5ba 100644
--- a/dub.json
+++ b/dub.json
@@ -9,10 +9,18 @@
"targetType": "library",
+ "dependencies": {
+ "tanya:meta": "*"
+ },
+
"dependencies-linux": {
"mir-linux-kernel": "~>1.0.0"
},
+ "subPackages": [
+ "./meta"
+ ],
+
"configurations": [
{
"name": "library",