Extract Strings to separate submodule.

This commit is contained in:
Ottermandias 2022-10-29 15:53:45 +02:00
parent bc901f3ff6
commit 35baba18bf
75 changed files with 751 additions and 1657 deletions

View file

@ -67,8 +67,12 @@
"penumbra.gamedata": {
"type": "Project",
"dependencies": {
"Penumbra.Api": "[1.0.0, )"
"Penumbra.Api": "[1.0.0, )",
"Penumbra.String": "[1.0.0, )"
}
},
"penumbra.string": {
"type": "Project"
}
}
}