Add orx-glslify
This commit is contained in:
committed by
Edwin Jakobs
parent
b6c16f0831
commit
75d6802ea8
13
orx-glslify/build.gradle
Normal file
13
orx-glslify/build.gradle
Normal 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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user