Move meta into a separate subpackage

This commit is contained in:
2019-03-02 08:01:58 +01:00
parent d7dfa3f6f1
commit 5b850d532e
9 changed files with 17 additions and 1 deletions

View File

@ -9,10 +9,18 @@
"targetType": "library",
"dependencies": {
"tanya:meta": "*"
},
"dependencies-linux": {
"mir-linux-kernel": "~>1.0.0"
},
"subPackages": [
"./meta"
],
"configurations": [
{
"name": "library",