Remove the sys package

This commit is contained in:
2021-03-12 08:48:35 +01:00
parent f27f62b80a
commit 0fcc83d00e
30 changed files with 44 additions and 1450 deletions

View File

@ -11,7 +11,6 @@
"dependencies": {
"tanya:meta": "*",
"tanya:sys": "*",
"tanya:os": "*",
"tanya:encoding": "*",
"tanya:middle": "*",
@ -24,7 +23,6 @@
"subPackages": [
"./meta",
"./sys",
"./os",
"./encoding",
"./middle",
@ -45,9 +43,7 @@
{
"name": "native",
"targetType": "library",
"platforms": ["linux-x86_64-gdc"],
"preBuildCommands": ["ninja -C arch"],
"lflags": ["arch/tanya.a"],
"platforms": ["linux-x86_64"],
"versions": ["TanyaNative"]
},
{
@ -64,9 +60,7 @@
},
{
"name": "unittest-native",
"platforms": ["linux-x86_64-gdc"],
"preBuildCommands": ["ninja -C arch"],
"lflags": ["arch/tanya.a"],
"platforms": ["linux-x86_64"],
"versions": ["TanyaNative"],
"importPaths": [
"./source",