move registry api to new module

This commit is contained in:
dfsek
2021-11-09 23:49:49 -07:00
parent 614431af2f
commit 9715171aba
11 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
dependencies {
"shadedApi"(project(":common:api:util"))
"shadedApi"(project(":common:api:noise"))
"shadedApi"(project(":common:api:registry"))
"shadedApi"("com.dfsek:Paralithic:0.5.0")

View File

@@ -0,0 +1,6 @@
dependencies {
"shadedApi"(project(":common:api:util"))
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
}