Add orx-glslify

This commit is contained in:
Ricardo Matias
2020-02-28 15:52:09 +01:00
committed by Edwin Jakobs
parent b6c16f0831
commit 75d6802ea8
6 changed files with 283 additions and 0 deletions

13
orx-glslify/build.gradle Normal file
View File

@@ -0,0 +1,13 @@
repositories {
maven {
url = uri("https://jitpack.io")
}
}
dependencies {
implementation "com.google.code.gson:gson:$gsonVersion"
implementation "com.github.jkcclemens:khttp:-SNAPSHOT"
implementation "org.rauschig:jarchivelib:1.0.0"
implementation project(":orx-noise")
}