create noise project

This commit is contained in:
dfsek
2021-09-24 12:20:57 -07:00
parent 328bdee602
commit b3503026b4
2 changed files with 11 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,10 @@
dependencies {
"shadedApi"(project(":common:api:util"))
"shadedApi"("com.dfsek:Paralithic:0.5.0")
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
"shadedApi"("net.jafama:jafama:2.3.2")
}